Пример #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);