Achilles.Acme.Storage.IO.DirectoryInfo.Delete C# (CSharp) Method

Delete() public method

public Delete ( ) : void
return void
        public override void Delete()
        {
            throw new NotImplementedException();
        }

Same methods

DirectoryInfo::Delete ( bool recursive ) : void