Re: Works in 9.2.2 and client10.2.2 but not server 10.2.3
Re: Works in 9.2.2 and client10.2.2 but not server 10.2.3
- Subject: Re: Works in 9.2.2 and client10.2.2 but not server 10.2.3
- From: Axel Luttgens <email@hidden>
- Date: Fri, 03 Jan 2003 17:27:30 +0100
Tim Kendall wrote:
I have a script that works great in on my TiBook (9.2.2) and my Quicksilver
(10.2.x) at home. But it breaks completely on our OS10.2.3 server.
Any suggestions ?
[snip: script + log]
I am not sure to have fully understood your question.
So, before going further, do you mean that if you run something like
this on your server:
property localDrive : "FLUFFY2"
tell application "Finder"
disk localDrive
folder localDrive
end tell
your log looks like:
tell application "Finder"
get disk "FLUFFY2"
--> startup disk
get folder "FLUFFY2"
--> disk "FLUFFY2"
end tell
?
And, in the meantime, coud you run a script in the line of:
tell application "Finder" to
get every folder whose name is "FLUFFY2"
?
Axel
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.