<?php require_once 'estimator.class.php'; $pe = new ProjectEstimator(); $pe->root = 'C:/shttps/www/library/'; $pe->check_subdirs = true; $pe->filters = array("#\.php#i", "#\.php4#i", "#\.php5#i"); $pe->getInfo(true); ?>