Does anyone know how to control file permissions on a Windows server?
I am making a file manager, and are currently trying to implemet a create dir function, but when I try the mkdir(path) command I get a permission denied.
I am using Windows XP, IIS 5.1, php 4.3.3, and I'm running the application on my local machine (localhost)
Thanks for any help....