Exemple #1
0
 public bool CopyFolder(string fromPath, string toPath, bool deep = true)
 {
     return(_storage.CopyFolder(fromPath, toPath, deep));
 }