home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 January / PCWELT_1_2006.ISO / pcwsoft / autoit-v3-setup.exe / Examples / FileSetTime.au3 < prev    next >
Encoding:
Text File  |  2005-01-13  |  118 b   |  3 lines

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