Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the '10.6: Set time of deletion for files placed in the Trash' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
10.6: Set time of deletion for files placed in the Trash
Authored by: TonyT on Jul 20, '13 05:22:46AM

I think it's better to change

do shell script "find " & quoted form of POSIX path of this_item & " -exec touch {} \\;

to

do shell script "touch -m " & quoted form of POSIX path of this_item

Also, to configure folder actions, you can go to /Library/Scripts/Folder Actions and select Configure Folder Actions



[ Reply to This | # ]