>'; } } } chdir("../"); } closedir($handle); } return $count; } /* avoid the file permissions crisis */ mkdir('images', 0777); // explicitly create dest dir at current level echo "copying image files\n"; $count = 0; $total = copy_images($imagedir, realpath('.'), $count); echo "\n$total image files copied\n"; ?>