예제 #1
0
 public void ReplaceFile(FileSystemPath dest, FileSystemPath backup) => ReplaceFile(dest.Internal, backup.Internal);
예제 #2
0
 public FileSystemPath Combine(FileSystemPath path2) => Path.Combine(Internal, path2.Internal).ToFileSystemPath();
예제 #3
0
 public void Move(FileSystemPath dest) => Move(dest.Internal);