What are the peculiarities of using the opendir(), readdir(), etc. commands on IIS?
I'm a newbie to PHP, and even more new to programming on the windows platform.
Thanks for any help! Ryan
I had a few problems when using filesystem commands with IIS. I solved these by giving Inetuser (the user that IIS uses)read/write access to the required files. Obviously, if you don't need to be able to write, then you don't necessarily need to give the user write access...