Skip to content

FileMetadata with last modification information #463

@claudiofelber

Description

@claudiofelber

Please add file timestamp information to the FileMetadata class. okio's FileMetadata provides the following three properties:

val createdAtMillis: Long
val lastModifiedAtMillis: Long
val lastAccessedAtMillis: Long

This or something comparable would be really helpful. File timestamp information is required for a lot of use cases, such as determining whether a cached file needs to be updated or not.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions