getFileLastModified

open fun getFileLastModified(filePath: String): Long

Return the time that the file was last modified.

Return

the time that the file was last modified

Parameters

filePath

The path of file.

open fun getFileLastModified(file: File): Long

Return the time that the file was last modified.

Return

the time that the file was last modified

Parameters

file

The file.