Biz.Managers.MediaResourceDownloadManager.FileExist C# (CSharp) Method

FileExist() public method

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