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

[PHP] Handling Macintosh filenames in PHP

2001-04-19 Thread Shawn Reed
Greetings all, I'm currently in the middle of developing a rather large piece of software written in PHP. I'll spare you the details, but essentially it is a glorified FTP client. The goal here, of course, is to develop a client that will work on any platform. In theory, this SHOULD work, b