Setting Directories With Spaces in the Path |
(Mac OS X Only)
|
set the directory to "/Mac OS X"
But for other UNIX stuff where you are using shell()
, you can use
"\ " which UNIX sees as a space. So "Mac OS X" and Mac\ OS\ X are seen as
the same thing by UNIX.