Lists and network volumes
Lists and network volumes
- Subject: Lists and network volumes
- From: Jay Louvion <email@hidden>
- Date: Mon, 29 May 2006 09:51:19 +0200
- Thread-topic: Lists and network volumes
Title: Lists and network volumes
Hi all,
Has anyone noticed the strange behaviour when you need to retrieve finder info from network volumes ? The following, returns an error,
tell application "Finder"
set thefolder to alias "public:Tempo:DIDIER:"
set EventCodeList to name of every folder of thefolder
end tell
whilst this
tell application "Finder"
set thefolder to alias "public:Tempo:DIDIER:"
open thefolder
set EventCodeList to name of every folder of thefolder
end tell
Works just fine. Using “update” doesn’t change a thing and when I need to get something a tad more precise, like the folders labelled red, I’v got to throw something as clumsy as
tell application "Finder"
set thefolder to alias "public:Tempo:DIDIER:"
open thefolder
activate
delay 1
activate me
set EventCodeList to name of every folder of thefolder whose label index is 2
end tell
The folder in question is on a network volume mounted at the beginning of the script.
Any insight on this ?
TIA,
j.
Jay Louvion
Studio Casagrande
3, rue Müller-Brun
1208 Geneva
T+4122 840 3272
F+4122 840 3271
skypeme:
jaylouvion
www.studiocasagrande.com
P Please consider the environment before printing this email.
_______________________________________________
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