コード例 #1
0
 public static string GetRelativePathFrom(this FileSystemInfo to, FileSystemInfo from)
 {
     return from.GetRelativePathTo(to);
 }