Re: Space in POSIX path
Re: Space in POSIX path
- Subject: Re: Space in POSIX path
- From: John Delacour <email@hidden>
- Date: Fri, 4 Apr 2003 04:13:21 +0100
- Mac-eudora-version: 6.0a14
At 4:39 am +0200 4/4/03, Philippe GRUCHET wrote:
How to handle space character in a Posix path?
Example, open a dictionary [no break]:
open location "file://localhost/System/Library/CoreServices/System Events.app"
That is not a POSIX path it's a URI and you need to encode all
characters that are illegal with the hex pair preceded by "%":
System Events.app
JD
_______________________________________________
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.