Is anyone familar with what is necessary to get mkdir to work on a Windows XP system?
When I try to make a directory in php, I get a permission denied error message. I am currently running IIS as the WebServer.
thanx
crandym
mkdir on Windows
Moderator: General Moderators
-
malcolmboston
- DevNet Resident
- Posts: 1826
- Joined: Tue Nov 18, 2003 1:09 pm
- Location: Middlesbrough, UK
i run apache on 2 windows boxes(windows 2000 pro & win 2003 server) and 1 linux box (RH9)
i have used mkdir on windows many times and it works fine, only solutions i can think:
your not running as "superuser" (admin)
your trying to create a folder somewhere that doesnt exist
your trying to create a folder in someone elses "root" folder
or possibly an IIS problem ( i have never used it ) which i very much doubt as mkdir is a universal command
i have used mkdir on windows many times and it works fine, only solutions i can think:
your not running as "superuser" (admin)
your trying to create a folder somewhere that doesnt exist
your trying to create a folder in someone elses "root" folder
or possibly an IIS problem ( i have never used it ) which i very much doubt as mkdir is a universal command