file.newer
| Syntax |
file.newer (f1, f2)
|
| Params |
f1 is a legal path name to the file or folder. f2 is a legal path name to the file or folder.
|
| Action |
Determines which file was most recently changed.
|
| Returns |
True if f1 is newer than f2, falso otherwise.
|
| Examples |
file.newer (Frontier.getFilePath (), Frontier.getProgramPath ()) » true
|
| Notes |
This verb is implemented as a script.
|
| See Also |
file.modified
|