BudgetAnalyser.Engine.UnitTest.TestHarness.EmbeddedResourceFileReaderWriter.FileExists C# (CSharp) Метод

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

Files the exists.
public FileExists ( string fileName ) : bool
fileName string Full path and filename of the file.
Результат bool
        public bool FileExists(string fileName)
        {
            return true;
        }