* * Simply specify the path to tree with parameter . * * (c) Marcus Boerger */ require_once("sub_dir.inc"); foreach(new sub_dir($argv[1]) as $f) { echo "$f\n"; } ?>