FabGL
ESP32 Display Controller and Graphics Library

◆ fileCreationDate()

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.

Parameters
nameRelative file name
yearPointer to year
monthPointer to month (1..12)
dayPointer to day (1..31)
hourPointer to hour (0..23)
minutesPointer to minutes (0..59)
secondsPointer to seconds (0..59, or 60)
Returns
True on success