filelist
Updates the configuration of the filelist object. A foreach loop can be used to iterate over the files in the list. This method has no output.
<@ filelist { options } @>
Options
- glob: "*.jpg, *.jpeg, *.png, *.gif" String
- The glob pattern of the files to be included in the filelist. Multiple patterns can be concatenated by a comma.
- sort: "asc" String
- The sort order of the filelist. All files get sorted by the full path. Possible values are
"asc"
and"desc"
.