spring-framework / org.springframework.core.io / PathResource / lastModified

lastModified

open fun lastModified(): Long

This implementation returns the underlying File's timestamp.

See Also
java.nio.file.Files#getLastModifiedTime(Path, java.nio.file.LinkOption...)