$d = dir("/home/taka/public_html/doc/php"); echo "Path Name: " . $d->path."\n"; while($entry=$d->read()) { echo $entry."\n"; } $d->close(); ?>