Re: AppleScript to erase one mounted volume if it's modification date is date is greater than one day?
Re: AppleScript to erase one mounted volume if it's modification date is date is greater than one day?
- Subject: Re: AppleScript to erase one mounted volume if it's modification date is date is greater than one day?
- From: Brian Christmas <email@hidden>
- Date: Sat, 22 Jun 2013 19:46:40 +1000
G'day Kaydell
The file '.DS_Store' is updated every time a change is made to the disk, I think.
Try
tell application "System Events" to get the modification date of file ".DS_Store" of the startup disk
Regards
Santa
On 22/06/2013, at 7:25 PM, Kaydell Leavitt < email@hidden> wrote: tell application "Finder" to get the modification date of the startup disk
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden