FabGL
ESP32 Display Controller and Graphics Library

◆ fileUpdateDate()

bool fileUpdateDate ( char const *  name,
int *  year,
int *  month,
int *  day,
int *  hour,
int *  minutes,
int *  seconds 
)

Gets file update 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

Definition at line 804 of file fabutils.cpp.