|
|
|
|
|
|
|
|
*/ |
|
|
*/ |
|
|
FileReference(std::string fileName); |
|
|
FileReference(std::string fileName); |
|
|
|
|
|
|
|
|
|
|
|
/** Get the name passed to the constructor. |
|
|
|
|
|
|
|
|
|
|
|
@returns the name passed to the constructor. |
|
|
|
|
|
|
|
|
|
|
|
*/ |
|
|
|
|
|
std::string FileName() const; |
|
|
|
|
|
|
|
|
/** Return timestamp. |
|
|
/** Return timestamp. |
|
|
|
|
|
|
|
|
@returns the epoch modification time of the file if the file |
|
|
@returns the epoch modification time of the file if the file |
|
|
|
|
|
|
|
|
@returns a fully referenced path to the file if the file |
|
|
@returns a fully referenced path to the file if the file |
|
|
exists. Otherwise, "" is returned. |
|
|
exists. Otherwise, "" is returned. |
|
|
*/ |
|
|
*/ |
|
|
std:: string FullPath(); |
|
|
|
|
|
|
|
|
std::string FullPath(); |
|
|
|
|
|
|
|
|
/** Refreshes the FileReference object. |
|
|
/** Refreshes the FileReference object. |
|
|
|
|
|
|