$mv_file\n"; if (is_file($file_full_path)) $counter_file++; if (is_dir($file_full_path)) $counter_dir++; if (is_dir($file_full_path)) continue; shell_exec("mv '$file' '$mv_file'"); } printf("\n\n\t[ %d °³ÀÇ ÆÄÀÏ / %d °³ÀÇ µð·ºÅ丮 ]\n", $counter_file, $counter_dir); closedir($dh); ?>