news |
info |
people |
software |
stuff |
Modified XFCN. Version 1.1d1, by Sam Deane. Copyright ©1994 ULTRALAB. Compiled 16:57:09, 28/04/94. Debugging code included.
It returns the date in seconds.
on mouseUp
answer file "File to look at?"
if it is not empty then
put it
get Modified("modified",it)
convert it to date and time
answer "File was modified: " & it
end if
end mouseUp
Commands
modified
Modified("modified",<file>)
Where <file> is the full path of a file.
The modification date, in seconds, is returned, or an error if the file didn't exist.