internal static string MakeRelative(this FileInfo file, DirectoryInfo dir) { return(IOHelpers.RelativePath(dir.FullName, file.FullName)); }