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