Ejemplo n.º 1
0
 public NtStatus MoveFile(string oldName, string newName, bool replace, IDokanFileInfo info)
 {
     return(Storage.Move(PathNormalizer.ConcatPath(path, oldName), PathNormalizer.ConcatPath(path, newName), replace).GetNtStatus());
 }