Applet's last command doesn't take
Applet's last command doesn't take
- Subject: Applet's last command doesn't take
- From: email@hidden
- Date: Sun, 25 Feb 2001 00:38:52 EST
tell application "Finder"
set thisDesk to path to desktop as string
repeat with x in {"Color photos", "BW photos", "Project photos", "dummy"}
if not (exists folder (thisDesk & x)) then make new folder at alias
thisDesk with properties {name:x}
if not (exists window named x) then open folder (thisDesk & x)
if not (popup of window named x) then
activate
set popup of window named x to true
end if
end repeat
end tell