Biz.Managers.MediaResourceDownloadManager.FileExist C# (CSharp) Méthode

FileExist() public méthode

public FileExist ( string path ) : bool
path string
Résultat bool
        public bool FileExist(string path)
        {
            return File.Exists(path);
        }