Copy folders
Hi frieds,
I'm trying to copy one folder with contants another location, without cut.
<?php
$file = 'example';
$newfile = 'example/newfolder';
if (!copy($file, $newfile)) {
echo "failed to copy $file...\n";
}
?>
When i try with this code, i'm getting following error, please send me a solution for this.
Warning: copy(upload): failed to open stream: Permission denied in c:\inetpub\wwwroot\scan\copy.php on line 5
failed to copy upload...
surendran
(Anything is Possible)
__________________
surendran
(Anything is Possible)
http://www.suren.info
http://ssuren.spaces.msn.com
|