inline val Path.lastModifiedTime: FileTime (source)
Delegates to Files.getLastModifiedTime without LinkOptions.
inline fun Path.lastModifiedTime(linkOption: LinkOption, vararg furtherLinkOptions: LinkOption): FileTime (source)
Delegates to Files.getLastModifiedTime.