Re: Updating last modified
Re: Updating last modified
- Subject: Re: Updating last modified
- From: JJ <email@hidden>
- Date: Wed, 10 Oct 2001 18:39:17 +0200
>
How can I update the last modified date of a document (of any type) ?
>
tell app "Finder" to update [file reference]
-- should update modification/creation date, size, etc.
or, manually,
set modification date of [some file] to date "dd/mm/yyyy"
-- "dd/mm/yyyy" is spanish format. Perhaps english date should be
"mm/dd/yyyy"
JJ