getLastModifiedTime
@ExperimentalPathApi fun Path.getLastModifiedTime(
vararg options: LinkOption
): FileTime
Returns the last modified time of the file located by this path.
If the file system does not support modification timestamps, some implementation-specific default is returned.
See Also