|
FabGL
ESP32 Display Controller and Graphics Library
|
| bool fabgl::FileBrowser::fileCreationDate | ( | char const * | name, |
| int * | year, | ||
| int * | month, | ||
| int * | day, | ||
| int * | hour, | ||
| int * | minutes, | ||
| int * | seconds | ||
| ) |
Gets file creation date and time.
| name | Relative file name |
| year | Pointer to year |
| month | Pointer to month (1..12) |
| day | Pointer to day (1..31) |
| hour | Pointer to hour (0..23) |
| minutes | Pointer to minutes (0..59) |
| seconds | Pointer to seconds (0..59, or 60) |