home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 February / PCWorld_2006-02_cd.bin / software / vyzkuste / triky / triky.exe / autoit-v3-setup.exe / Examples / FileSetTime.au3 < prev    next >
Text File  |  2005-01-13  |  118b  |  3 lines

  1. ;change file.au3's "modified" timestamp to 1st Nov 2003 and current time
  2. $var = FileSetTime("file.au3", "20031101")
  3.