Hi,
while(false !== ($entry = $this->d->read())){
if(!is_dir($entry) && $entry != "." && $entry != ".."){
$this->remove_file[] = $full_dir . $entry;
}
}
mmhh. Müsste das hier nicht heißen: if(!is_dir($full_dir . $entry) ...) ??
Schöne Grüße
Axel