Achilles.Acme.Storage.AWS.AwsCloudStorageProvider.DeleteDirectory C# (CSharp) Method

DeleteDirectory() public method

public DeleteDirectory ( string path, bool recursive ) : void
path string
recursive bool
return void
        public override void DeleteDirectory( string path, bool recursive )
        {
            throw new NotImplementedException();
        }