A
Anonymous
Guest
Is it possible to create a directory(sub-dir) from script1.php (resides in the directory below:
c:\Doc_Root\script\script1.php )
, such that: the directory called 'name' appear in the directory:
c:\Doc_Root\name
I tried this sys call inside the script1.php:
system ("mkdir c:\Doc_Root\name");
It's not working.....
* Doc_Root dir is like the www dir, where files accessible in the internet
thank's in advance,
crue
c:\Doc_Root\script\script1.php )
, such that: the directory called 'name' appear in the directory:
c:\Doc_Root\name
I tried this sys call inside the script1.php:
system ("mkdir c:\Doc_Root\name");
It's not working.....
* Doc_Root dir is like the www dir, where files accessible in the internet
thank's in advance,
crue