|
|
@@ -75,6 +75,13 @@ namespace CodeDweller { |
|
|
|
*/ |
|
|
|
FileReference(std::string fileName); |
|
|
|
|
|
|
|
/** Get the name passed to the constructor. |
|
|
|
|
|
|
|
@returns the name passed to the constructor. |
|
|
|
|
|
|
|
*/ |
|
|
|
std::string FileName() const; |
|
|
|
|
|
|
|
/** Return timestamp. |
|
|
|
|
|
|
|
@returns the epoch modification time of the file if the file |
|
|
@@ -107,7 +114,7 @@ namespace CodeDweller { |
|
|
|
@returns a fully referenced path to the file if the file |
|
|
|
exists. Otherwise, "" is returned. |
|
|
|
*/ |
|
|
|
std:: string FullPath(); |
|
|
|
std::string FullPath(); |
|
|
|
|
|
|
|
/** Refreshes the FileReference object. |
|
|
|
|