*
* How to view the results ?get_filelist( null, $pathtodir, true );
* print 'filecount is : ' . $dirobj->filecount;
* print '';
* print_r( $dirobj->filelist );
* print '
';
* ?>
*
* Note: The directory path passed to a methods should be relative to the location
* of the calling file and should end with a trailing slash
*
*
* For more extended examples of how to use this class, have a look at the example file which came
* with this class. It should be located in /example/example.php
*
* *********************************************************************