BudgetAnalyser.Engine.UnitTest.TestHarness.EmbeddedResourceFileReaderWriter.FileExists C# (CSharp) Method

FileExists() public method

Files the exists.
public FileExists ( string fileName ) : bool
fileName string Full path and filename of the file.
return bool
        public bool FileExists(string fileName)
        {
            return true;
        }