Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'server shares with a space in them?' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
server shares with a space in them?
Authored by: sammysheep on Apr 22, '02 08:43:06PM
In mac os x as well as other Unixes, the escape character is the \
Therefore, when referencing a file with spaces, use "\ "
For example, suppose you had a folder on your desktop for user guest called "My Folder", the absolute path would be:


/Users/guest/Desktop/My\ Folder/


[ Reply to This | # ]