Exemplo n.º 1
0
 public string[] ReadAllLines(string path)
 {
     if (_sharpCifsFileSystem.IsEnabledForPath(path))
     {
         return(_sharpCifsFileSystem.ReadAllLines(path));
     }
     return(File.ReadAllLines(path));
 }