getLastModifiedTime

inline fun Path.getLastModifiedTime(vararg options: LinkOption): FileTime(source)

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.

Since Kotlin

1.5

See also