Is there a way to get the path/filename in standard unix format on a Mac?

dhjdhjdhj's icon

If I send 'path' to 'thispatcher', I get a result back that has a drive and remaining path separated with a colon. I need to use regular expressions to convert from (say) Drive2:/foo/bar to /Volumes/Drive2/foo/bar

I don't particularly like that solution.

roger.carruthers's icon
dhjdhjdhj's icon

Not as far as I was able to see ---- stuff still comes back using the colon notation

Chris Muir's icon

[conformpath max boot]

dhjdhjdhj's icon

Oooh, that works --- THANK YOU!