Public Member Functions | |
CFileEntry (const string &filename, void(*callback)(const string &filename)) | |
Data Fields | |
void(* | Callback )(const string &filename) |
string | FileName |
uint32 | LastModified |
|
Definition at line 1538 of file path.cpp. References NLMISC::FileToCheck.
01538 : FileName (filename), Callback (callback) 01539 { 01540 LastModified = CFile::getFileModificationDate(filename); 01541 } |
|
|
|
|
|
|