@return true, if file times were loaded successfully
| 22 | |
| 23 | //! @return true, if file times were loaded successfully |
| 24 | bool IsValid() const { return (this->times != nullptr); } |
| 25 | //! Try to load the file times from @a fileName and @return IsValid() |
| 26 | cmsys::Status Load(std::string const& fileName); |
| 27 | //! Stores the file times at @a fileName (if IsValid()) |