Expand description
Allows the editing of when a file was created, modified, and accessed.
Structs§
- File
Time - Represents the time for a file.
Functions§
- filetime_
to_ systime - Convert the file time to the system time needed for unix.
This is primarily used internally. - set_
accessed_ date - Set the accessed date of a file.
- set_
changed_ date - Set the modified date of a file.
- set_
creation_ date - Set the creation date of a file.