SetFileModificationDate (open)
Update the modification date for a file
Syntax
LOADLIB "wh::files.whlib";
BOOLEAN FUNCTION SetFileModificationDate(STRING path, DATETIME newmodtime)
Parameters
STRING path
Path to file to update
DATETIME newmodtime
New modification date
Return value
BOOLEAN
True on success