This DLL returns the creation, written and accessed time of a file.
Example included (GM7).
File = file_get_open("Please select a file...","C:\","All files (*.*)|*.*;")
Format = "$dd-$mm-$yyyy $hh:$ii:$ss";
Created = file_get_time(File,1,Format); //File created
Accessed = file_get_time(File,2,Format); //File last accessed
Written = file_get_time(File,3,Format); //File last writtenDOWNLOAD



Find content
Not Telling




