RE: Finder producing path error
RE: Finder producing path error
- Subject: RE: Finder producing path error
- From: "Grimm, Kenneth" <email@hidden>
- Date: Mon, 25 Apr 2005 17:06:10 -0400
Lack of sleep does funny things...sorry for deviation into silliness:
property openSeason: true
property theLakesFrozen: true
set baggedOne to false
if theLakesFrozen and openSeason then
cutHoleInIce()
set holeIsReady to true
else
display dialog "It's Miller time. Try again later."
end if
tell application "CanOpener"
set openCan to open "Can Of Peas"
end tell
set itsBaited to sprinkle(peas around iceHole)
tell application "Finder"
repeat until baggedOne is true
if "Folder" is taking "pea" then
kick "Folder" in iceHole
set baggedOne to true
end if
end repeat
end tell
display dialog "Finder bagged a folder!"
on cutHoleInIce
tell application "Chainsaw"
set iceHole to dighole (width: 12 inches)
end tell
end cutHoleInIce
> ----------
> From:
> applescript-users-bounces+kgrimm=email@hidden on
> behalf of Dave Balderstone
>
>
> How can the Finder get a folder?
>
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Applescript-users mailing list (email@hidden)
> Help/Unsubscribe/Update your Subscription:
> rdtimes.com
>
> This email sent to email@hidden
>
>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden