On Apr 03, 2007, at 21:09 UTC, Norman Palardy wrote: > The ShellPath for a folder item includes escaped characters so those > won't work.
Are you sure? I would expect that to work (for a function that wants a Unix path). > I can just rip the \ out, but I'm concerned that may not give me the > proper path to pass to a C function. If the C function wants a Unix path without escaped characters, then you'd have to actually unescape them. That's tedious but not difficult -- they're just an Octal representation of the actual byte codes, IIRC. HTH, - Joe -- Joe Strout -- [EMAIL PROTECTED] Verified Express, LLC "Making the Internet a Better Place" http://www.verex.com/ _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html>
