示例#1
0
 public static bool PathContainsDirectory(string path, string directory)
 {
     return(PathHelper.ContainsDirectory(path, directory));
 }
示例#2
0
 public static int GetDeviceNumber(string filePath)
 {
     return(PathHelper.GetDeviceNumber(filePath));
 }
示例#3
0
 public static bool PathsAreOnSameVolume(string firstPath, string secondPath)
 {
     return(PathHelper.AreOnSameVolume(firstPath, secondPath));
 }
示例#4
0
 public static string GetUniqueFolderPath(string folderPath)
 {
     return(PathHelper.GetUniqueFolderPath(folderPath));
 }