Achilles.Acme.Storage.IO.Directory.Delete C# (CSharp) 메소드

Delete() 공개 정적인 메소드

Deletes an empty directory from a specified path.
public static Delete ( string path ) : void
path string Path for directory to delete.
리턴 void
        public static void Delete( string path )
        {
            Delete( path, false );
        }

Same methods

Directory::Delete ( string path, bool recursive ) : void