StoryTeller.Persistence.FileSystem.FileExists C# (CSharp) Метод

FileExists() публичный Метод

public FileExists ( string path ) : bool
path string
Результат bool
        public bool FileExists(string path)
        {
            return File.Exists(path);
        }