Re: How to determine if a folder exists on a system?
Re: How to determine if a folder exists on a system?
- Subject: Re: How to determine if a folder exists on a system?
- From: Yvan KOENIG <email@hidden>
- Date: Wed, 8 Jul 2009 19:21:08 +0200
tell application "System Events"
if not (exists folder "/usr/local/bin") then do shell script "mkdir /
usr/local/bin"
end tell
Yvan KOENIG (from FRANCE mercredi 8 juillet 2009 19:20:43)
_______________________________________________
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