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


Click here to return to the 'Create folders via Save As menu item in Acrobat' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Create folders via Save As menu item in Acrobat
Authored by: Spartacus on Aug 16, '05 10:50:35AM

I bet it's actually a bug. There are supported ways to create folders from save dialogues. In this case, Acrobat should name the file as typed, including the slash.



[ Reply to This | # ]
Create folders via Save As menu item in Acrobat
Authored by: hamarkus on Aug 16, '05 02:47:46PM

Except that some apps don't allow you to use the slash in the file name in first place. The slash being the only character not permitted on the on (BSD?) Unix. Most GUI apps (and probably all based on Cocoa), includung the Finder, get around this by mapping the slash to a colon, as it can be seen in the Terminal. The colon was the only character not allowed in the classic Mac OS and OS X tries to make it look like this is still the case.

This can create some confusion, in command line apps one can use the colon but the finder will then show them with a slash instead of the colon. But in command line apps one cannot use the slash (it is interpreted as a folder hierarchy). And in the Finder its the colon that is not allowed.



[ Reply to This | # ]