Пример #1
0
 public string ReadAllText(string path)
 {
     if (_sharpCifsFileSystem.IsEnabledForPath(path))
     {
         return(_sharpCifsFileSystem.ReadAllText(path));
     }
     return(File.ReadAllText(path));
 }