Пример #1
0
 public static String GetRelativePath(this FileSystemInfo sourcePath, FileSystemInfo destinationPath)
 {
     return(DDRIT.GetRelativePath(sourcePath, destinationPath));
 }