RE: Prob w/Jons Commands & Novell
RE: Prob w/Jons Commands & Novell
- Subject: RE: Prob w/Jons Commands & Novell
- From: email@hidden
- Date: Tue, 2 Sep 2003 09:24:14 -0500 (EST)
OK, I have tried a conditional that say's if exists alias,
that made no difference. The script doesn't seem to get a
list at all but just errors as soon as it hits the
walk folders.
Used generic example of command and got same result. Tried
with & without invisibles, with and without file types. Can
someone else that has a novell server available try this
snippet, see if same result? Or has anyone used this on
Novell served files successfully?
works great off Unix, OS X, NT, and Mac OS 9,
Novell = "File some object wasn't found."
<SNIP>
script walker
on open theFile
with timeout of 30000 seconds
tell application "Finder"
if exists alias theFile then
activate
display dialog "I See File: " & return & return & theFile
end if
end tell
end timeout
end open
end script
on open (theFiles)
walk folders theFiles with script walker without invisibles
end open
<END SNIP>
I am using the excellent Jon's Commands (walk folders) for a recursive
processing of files. It all works great off Unix, OS X, NT, and Mac OS 9
file sharing. But, when I run it on Novell, it goes right up to the walk
folders command and then error says. "File some object wasn't found."
I am assuming there is an invisible file or icon file etc. in Novell
that it can see but not handle. I am just not sure exactly what it is and
how to go around the issue? I made a conditional using finder, if exists
alias, hopefully that will work. Any ideas or help will be greatly
appreciated.
_______________________________________________
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.