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


Click here to return to the 'Hard disk naming can cause Safari page load issues' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Hard disk naming can cause Safari page load issues
Authored by: clith on Jan 27, '04 09:22:14AM
It is therefore vital that the : is still an "invalid" character, just as / should be in filenames.
Not true. The Finder allows "/" in file and volume names -- it just translates them into ":"s internally. "/"s are used all the time in business to name a document after a date: "9/11 report". Try it out by naming something in the Finder and then looking at the file name using Terminal.

The Unix part of Mac OS X uses "/" as a path separator, whereas Mac OS 9 uses ":". Thus the two characters are swapped, depending on which OS environment you are running under.

[ Reply to This | # ]