Module time

Module time 

Source
Expand description

Allows the editing of when a file was created, modified, and accessed.

Structs§

FileTime
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.