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
> 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to