BudgetAnalyser.DemoFileHelper.FileExists C# (CSharp) Method

FileExists() protected method

protected FileExists ( string path ) : bool
path string
return bool
        protected virtual bool FileExists(string path)
        {
            return File.Exists(path);
        }
    }