getModificationTime -package:unliftio-path

Obtain the time at which the file or directory was last modified. The operation may fail with: Caveat for POSIX systems: This function returns a timestamp with sub-second resolution only if this package is compiled against unix-2.6.0.0 or later and the underlying filesystem supports them.
Obtain the time at which the file or directory was last modified. The operation may fail with: Caveat for POSIX systems: This function returns a timestamp with sub-second resolution only if this package is compiled against unix-2.6.0.0 or later and the underlying filesystem supports them.
Return the modification time of a file.
Return the modification time of a file.
Obtain the time at which the file or directory was last modified. The operation may fail with:
  • isPermissionError if the user is not permitted to read the modification time; or
  • isDoesNotExistError if the file or directory does not exist.
Caveat for POSIX systems: This function returns a timestamp with sub-second resolution only if this package is compiled against unix-2.6.0.0 or later and the underlying filesystem supports them.
The getModificationTime operation returns the UTC time at which the file or directory was last modified. The operation may fail with:
  • isPermissionError if the user is not permitted to access the modification time; or
  • isDoesNotExistError if the file or directory does not exist.
Deprecated: (Since version 2.62)Use fileInfoGetModificationDateTime instead, asTimeVal is deprecated due to the year 2038 problem.
Gets the modification time of the current info and sets it in result.