Böyle bir klasör oluşturmak için çalışıyorum
$destination = "../folder_name/_pcode/../_compile";
mkdir($destination);
Ama bu hatayı veriyor
UPDATE
What i am doing is, taking ../folder_name/_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
../folder_name/_pcode/../_compile