$io.touch

Change the 'last modified' attribute of a file.
Syntax
    $io{touch}{file_name}
    $io.touch{file_name}
DocumentationChange the 'last modified' attribute of a file.

    Parameters:
      touch, a flag to indicate that the 'last modified' attribute of the specified file is to be changed.
      file_name, the name of the file. If the file does not exist it will be created (see the note about the filename syntax at the end of this document).
Examples
GroupSpecial
Minimum required transaction-mode:UPDATE=IO
Required scripting permission of the developerPERMISSION_FL_BASIC
Minimum parameters1
Maximum parameters 1