public bool FileExists(string path) { string fullPath = GetFullPath(PathTools.Normalize(path)); lock (Locker) { return(BaseFs.FileExists(fullPath)); } }