Lines Matching refs:File
27 NWindows::NFile::NIO::CInFile File;
36 NC::NFile::NIO::CInFile File;
82 NWindows::NFile::NIO::COutFile File;
84 NC::NFile::NIO::COutFile File;
91 return File.Create(fileName, createAlways);
96 return File.Open(fileName, creationDisposition);
103 return File.Create(fileName, createAlways);
108 return File.Open(fileName, creationDisposition);
120 return File.SetTime(cTime, aTime, mTime);
122 bool SetMTime(const FILETIME *mTime) { return File.SetMTime(mTime); }