Exemplo n.º 1
0
 public bool FileExists(string path)
 {
     return(_fileSystem.GetFileEntry(path) != null);
 }
Exemplo n.º 2
0
 public bool FileExists(string virtualPath)
 {
     return(_fileSystem.GetFileEntry(ToFileSystemPath(virtualPath)) != null);
 }