Voyn1x |
01-20-2009 02:35 PM |
Quote:
Originally Posted by Hara Taiki
(Post 20960)
Make note that if you have a space in any directory, you must use a backslash in that spot.
Code:
Shadow-of-Intent:~ harataiki$ /Users/harataiki/Desktop/untitled\ folder
If you don't, it will tell you the directory doesn't exist.
|
Putting quotes around the directory works as well:
Code:
Shadow-of-Intent:~ harataiki$ /Users/harataiki/Desktop/"untitled folder"
|