Novell Volume Problems, Please Help.
Novell Volume Problems, Please Help.
- Subject: Novell Volume Problems, Please Help.
- From: email@hidden
- Date: Thu, 4 Sep 2003 10:21:39 -0400 (EDT)
This works great off Unix, OS X, NT, and Mac OS 9,
Novell = "File some object wasn't found." See Snippet
below, requires jon's commands osax.
Can someone with a novell volume try this and see
if it is a server permissions issue for me or if
this command is incompatible with novell volumes?
Also, if this does not work, what are my options,
the directories and lists of files are huge and
just too much for vanilla AS to deal with efficiently.
What other OSAX can do this type of large alias list
returning specific file types to act upon.
Thanks In Advance.
<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>
_______________________________________________
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.