Example #1
0
 public override bool DeleteDirectory(string remotePath)
 {
     _client.DeleteDirectory(remotePath);
     return(true);
 }