Achilles.Acme.Storage.IO.Directory.Delete C# (CSharp) Метод

Delete() публичный статический Метод

public static Delete ( string path, bool recursive ) : void
path string
recursive bool
Результат void
        public static void Delete( string path, bool recursive )
        {
            _provider.DeleteDirectory( path, recursive );
        }

Same methods

Directory::Delete ( string path ) : void