_file_time

Class enables access to entries of time somehow related to the particular file (e.g. time of creation, time of modification etc..). All functions have one optional input argument _file (string type), representing whole file name (including path). If it is not set, than the name of the file which is currently being processed will be used.

_file_date

Class enables access to entries of date somehow related to the particular file (e.g. date of creation, date of modification etc..). All functions have one optional input argument _file (string type), representing whole file name (including path). If it is not set, than the name of the file which is currently being processed will be used.