GETFILESTATUS
GETFILESTATUS(FileName AS STRING[, Status]) AS BOOLEAN
Retrieves information from the file <FileName>. Following the type of the optional parameter <status>, the value returned in <status> can be the file size (type Integer or Double), the time of the last modification (type Time), or the full path name (type String). Returns FALSE if the file does not exist.