if you get this problem Permission denied in windows testing your site maybe this will resolve the problem
<?php
if(file_exists($path.'/Thumbs.db')){
unlink($path.'/Thumbs.db');
}
?>
and then
<?php rmdir($path); ?>
if you get this problem Permission denied in windows testing your site maybe this will resolve the problem
<?php
if(file_exists($path.'/Thumbs.db')){
unlink($path.'/Thumbs.db');
}
?>
and then
<?php rmdir($path); ?>