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;
        }