|
SetFileDate
SetFileDate["file"] sets the modification date for a file to be the current date.
SetFileDate["file", date] sets the modification date to be the specified date.
The date must be given in the year, month, day, hour, minute, second format used by Date.
See Section 2.12.6.
See also: FileDate.
Related package: Miscellaneous`Calendar`.
New in Version 2.
|