Problem creating folder?
Posted
by Starx
on Stack Overflow
See other posts from Stack Overflow
or by Starx
Published on 2010-05-31T10:43:27Z
Indexed on
2010/05/31
10:52 UTC
Read the original article
Hit count: 298
I am trying to create folder like this
$destination = "../enumesis.com/_pcode/../_compile";
mkdir($destination);
But this gives error
UPDATE
What i am doing is, taking ../enumesis.com/_pcode
as input from user and I want to create a folder outside the _pcode
Directory
Here is my error
Warning: mkdir() [function.mkdir]: No such file or directory in G:\wamp\www\tools\compile.php on line 57
../enumesis.com/_pcode/../_compile
© Stack Overflow or respective owner