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