Beispiel #1
0
 public void Move(string oldPath, string newPath)
 {
     FilesystemUtil.Move(oldPath, newPath);
 }
Beispiel #2
0
 /// <summary>
 ///		<see cref="IFileProvider.Move"/>
 /// </summary>
 public void Move(string sourcePath, string destinationPath)
 {
     FilesystemUtil.Move(sourcePath, destinationPath);
 }