Ejemplo n.º 1
0
 public static bool IsPathRooted(string path)
 {
     return(SystemPath.IsPathRooted(path));
 }