|
|
You can use /
Hello,
You can use /
Finder's actually displaying a ":". In the bad old days of non-Unixy MacOS, a colon was used as the `path separator'. Unix has always used the forward slash as it's path separator, and so Mac users saw a change with MacOS X. To hide this change from the users, and confuse them, Finder.app shows files with ":" in their names as files with "/" in their names. If you open Terminal.app, however, ls will show you the true name. If you type "touch foo:bar" on the command line, it will create a file called foo:bar... look at that file in the Finder: "foo/bar". The old MacOS accepted more characters in its filenames than Windows did, but not as much as Unix does. Unix only forbids the slash and ASCII NULL (it could be argued that the filesystem allows ASCII NULL, but Unix (and C!) really does not). Unix allows newlines, form feeds and other crazy things in its filenames. It is yet to be determined if these extra characters are a Big Mistake or a Bad Idea. In practice, shell wildcards, quotes, and even spaces are a little bit of a pain to use on the command line, and should be discouraged. So now, with OS X, Mac Users have greater flexibility, at the cost of some extra complexity. The choice is ultimately yours as to what you name your files, and how you want to shoot yourself in the foot. Just no "/" -- okay? :-)
You can use /
Hello everybody |
SearchFrom our Sponsor...Latest Mountain Lion HintsWhat's New:HintsNo new hintsComments last 2 daysLinks last 2 weeksNo recent new linksWhat's New in the Forums?
Hints by TopicNews from Macworld
From Our Sponsors |
|
Copyright © 2014 IDG Consumer & SMB (Privacy Policy) Contact Us All trademarks and copyrights on this page are owned by their respective owners. |
Visit other IDG sites: |
|
|
|
Created this page in 0.14 seconds |
|