Example #1
0
 public byte[] ReadAllBytes(string path)
 {
     if (_sharpCifsFileSystem.IsEnabledForPath(path))
     {
         return(_sharpCifsFileSystem.ReadAllBytes(path));
     }
     return(File.ReadAllBytes(path));
 }