Finder: Delete files
Finder: Delete files
- Subject: Finder: Delete files
- From: Olivier Berquin <email@hidden>
- Date: Mon, 25 Jun 2001 09:37:59 +0200
Hi all,
I would like to delete (in a folder) all the files that the date is not
"today". I've this, but it not work fine:
tell application "Finder"
delete (every file of folder (choose folder) whose ,
(modification date) < ((current date) - (1 * days))) -- 24 hours
-- empty trash
end tell
Any idea ?
TIA
Oli.