|
''SetLM'' Function |
|
|
Sets the Last Modified Time of a given file or folder. Syntax SetLM(file-or-directory-name, time)
Parameters file-or-directory-name The name of the file or the directory whose Last Modified Time is to be set. See Absolute or Relative Names. Examples: SetLM('documents/abc.doc',v:LM_TIME) SetLM('c:\reports\report1.xls',now())
|