public static String GetRelativePath(this FileSystemInfo sourcePath, FileSystemInfo destinationPath) { return(DDRIT.GetRelativePath(sourcePath, destinationPath)); }