modifiedDate

emlib.filetools.modifiedDate(filename)[source]

get the modified time of f as a datetime.date

Parameters:

filename (str) – the file name for which to query the modified data

Return type:

date

Returns:

the modification date, as a datetime.date