View Single Post

  #3 (permalink)  
Old 01-07-2007
Jochem Maas
 
Posts: n/a
Default Re: [PHP] Windows directory listings

Beauford wrote:
> Hi,
>
> I am trying to write a script that reads a directory on Windows. All the PHP
> functions I have looked at all seem to work with the Linux dietary


it sounds more like you have found an examples that show windows
being used (i.e. windows file paths).

> structure. Is there another way to do this.


you must be reading a manual that only exists in your particular parallel
universe, all relevant php function work in windows as well as linux:

http://php.net/manual/en/ref.filesystem.php
http://php.net/dir

>
> Thanks
>

Reply With Quote