Returns the last modified date of a specified file or directory.
The modDate method has the following parameters:
NativeFolderPath
f = getFolder("Program");
fileSource = getFolder(f, "myfile.txt");
err = File.modDate(fileSource);
See modDateChanged for an example of comparing the dates of two files.
Page last modified 18:34, 13 Apr 2007 by Fredchat