Load into time the last modification time of the file at path.
Declared in <bdls_filesystemutil.h>
template<class STRING_TYPE>
static
int
getLastModificationTime(
bdlt::Datetime* time,
STRING_TYPE const& path);
Same as the overload taking const char *.
0 on success, and a non-zero value otherwise
| Name | Description |
|---|---|
| time | receives the last modification time in UTC |
| path | filesystem path of the file |