Re: POSIX file
Re: POSIX file
- Subject: Re: POSIX file
- From: Christopher Nebel <email@hidden>
- Date: Mon, 6 Oct 2003 03:27:23 -0700
On Oct 5, 2003, at 1:57 PM, Paul Berkowitz wrote:
If you receive a POSIX path from somewhere, it will have spaces within
the
path escape-backslashed, or else it will be in "quoted form" with
single
quotes.
Where are you getting your POSIX paths from, exactly? Quoting (either
using quotes or backslashes) is purely a shell construct, and has
nothing to do with the actual path or its POSIX-ness. It's possible to
remove the quotes by running the string through echo(1), but depending
on where they're coming from, it's probably possible to generate the
correct data directly.
--Chris Nebel
AppleScript Engineering
_______________________________________________
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.
References: | |
| >POSIX file (From: Paul Berkowitz <email@hidden>) |