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

lastModifiedTime

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.