Is it possible to determine when a file or folder was last modified?

Is it possible to determine programmatically from Panorama X the date on which a file or folder was last modified?

Yes, for files: fileinfo( function

Of course! Thanks Kurt - it’s a pity that there’s no folder equivalent but I can work with this.

fileinfo( works for files or folders.

Probably easier to use than fileinfo( is the filesuperdate( function. I believe this also works with folders. If you just want the date (not the time) then you can use the regulardate( function to extract that.

FYI, the filesuperdate( function was also available in Panorama 6.