Function printdownloadList
Prints the actual download list included all subfolders and files
string |
$dir = '' |
An optional different folder to generate the list that overrides the folder set on the option. |
string |
$listtype = 'ol' |
"ol" or "ul" for the type of HTML list you want to use |
array |
$filters = array() |
an array of files to exclude from the list. Standard items are Array( '.', '..','.DS_Store','Thumbs.db','.htaccess','.svn') |
array |
$excludesuffixes = '' |
an array of file suffixes (without trailing dot to exclude from the list (e.g. "jpg") |
string |
$sort = 'desc' |
'asc" or "desc" (default) for alphabetical ascending or descending list |