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