Re: [PHP] Handling Macintosh filenames in PHP

2001-04-20 Thread Brian S. Dunworth
At 09:52 PM 4/19/01 -0400, Shawn Reed <[EMAIL PROTECTED]> wrote: >However, it occurred to me that there isn't really a way (that I know of) >to directly address a specific filename on a Macintosh as there is in >other operating systems. For example, in Windows I could type >C:\WINDOWS\SYSTEM

Re: [PHP] Handling Macintosh filenames in PHP

2001-04-19 Thread Julian Wood
On a Mac it is just diskname:folder1:folder2:blah.txt The colon is the path delimiter, and is the only illegal character in a mac path. But I'm most curious as to why you would need this. Presumably you're writing your client in a web browser? In that case you're never really exposed to the pec