-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there any API to set last modified time for a file? #1474
Comments
See #1466. Since this presumably only applies to the system file system and not arbitrary file systems it would make sense to be an extension. |
Just to make sure I got you correct:
Is everything right? |
Definitely 1. I'm not sure if Jesse plans on supporting this with a built-in extension or whether you'd have to write your own with regard to 2. |
I like the idea of offering a couple extensions as a first-party optional artifact. |
Greetings!
Are there any APIs to either copy a file with all attributes (metadata) preserved or modify it for some existing file? I'm mostly interested in handling the last modified time.
If not - is it something planned to be added or it's not prioritized now?
P.S. Forgot to mention - the scope of interest is Common (not JVM, JS, Native separately).
The text was updated successfully, but these errors were encountered: