Re: What is wrong with my script
Re: What is wrong with my script
- Subject: Re: What is wrong with my script
- From: Luther Fuller <email@hidden>
- Date: Fri, 11 Sep 2009 14:10:33 -0500
On Sep 11, 2009, at 1:53 PM, xorx wrote: Running the following script in AppleScript editor creates error -1728:
--start set AS_path to POSIX file "/Applications/" tell application "Finder" set dat to modification date of AS_path end tell --end
modification date needs an alias. Use this for the first line ...
set AS_path to (POSIX file "/Applications/") as alias
|
_______________________________________________
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