openplanet-nl / issues

Issue tracker for Openplanet.
10 stars 0 forks source link

add metadata to `IO::File` #521

Closed ezio416 closed 1 month ago

ezio416 commented 2 months ago

There is a way to check a file's modify time through another IO function, but currently there's no way to check creation or access times or even change any of these manually. I think it would make sense to add these to IO::File, and if feasible, add ways to change these, though changing them would be a fairly niche use case.

Other metadata may also be useful but I can't think of any right now

codecat commented 1 month ago

What's your use case for modifying the timestamps?