Click to See Complete Forum and Search --> : mkdir on Win2k


Anon
11-01-2000, 03:44 PM
any ideas this is not working?

i set the nt permissions to allow everything but... to no avail - it continues to fail to create a directory.



<?
if (mkdir("/www/test"))
echo "new directory created! your ok!";
else
echo "directory creation failed and so do you!";
?>
~ok

Anon
11-01-2000, 03:52 PM
<?
if (mkdir("/test/snotnose", 0700))
echo "new directory created! your ok!";
else
echo "directory creation failed and so do you!";
?>

fixed.
have a nice day!
~ ok