Re: easy mount volume question?
Re: easy mount volume question?
- Subject: Re: easy mount volume question?
- From: Chris Espinosa <email@hidden>
- Date: Tue, 9 Jul 2002 11:16:05 -0700
On Tuesday, July 9, 2002, at 10:18 AM, Peter Kahn wrote:
I have a share point called "Share/Point-shared".
mount volume "afp://login:email@hidden.0.1/Share/Point-shared
does not work. I believe this is because of the illegal characters in
the share point. Any way to get around the back slash in
"Share/Point" without changing the name itself?
The standard way to embed a reserved character in a URL is to
percent-encode it. The percent-encoding of the forward slash ("/") is
/. So your mount volume command would be written
mount volume "afp://login:email@hidden.0.1/Share/Point-shared
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.