niok-android / ch.tutteli.niok / java.nio.file.Path / lastModifiedTime

lastModifiedTime

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.