Ejemplo n.º 1
0
 public static string GetPathRoot(string path)
 {
     if (_provider == null)
     {
         return(Path.GetPathRoot(path));
     }
     return(_provider.GetPathRoot(path));
 }