Re: "/" problems
Re: "/" problems
- Subject: Re: "/" problems
- From: "Chris Espinosa" <email@hidden>
- Date: Tue, 3 Dec 2002 14:34:39 -0800
>
I find myself trying to mount a remote volume that unfortunately has a
>
"/" character in it's name. Applescript doesn't seem to like this at
>
all. Is there some way to treat a / character in a name as just
>
another character so Applescripe's mount command won't choke on it?
If the server that holds the volume supports AppleTalk, try using
mount volume "Yes/No" on server "ServerName"
using the AppleTalk name for the server.
If it only supports TCP/IP (e.g. it's Mac OS X Personal File Sharing) then
you're stuck with the afp url syntax, and unfortunately the system service
that it uses doesn't interpret / as slash (it should, but doesn't).
Chris
_______________________________________________
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.