vl-file-systime


(vl-file-systime fileName)

This function returns the date + time of last modification of file fileName.

Arguments

fileName  (string) name of an existing file; if no path is included, the file is searched in the current OS folder

Return

(list) a list in format :
(year  month  dayOfWeek  dayOfMonth  hours  minutes  seconds)
NIL if the file does not exist or can not be opened

Example

(vl-file-systime (findfile "bricscad.exe"))  (2019 10 4 24 4 1 10 0)

Remarks




©  Bricsys NV. All rights reserved.