This is a recursive directory crawler that outputs nested unordered lists. You can specify lists of file extensions to include or exclude from crawling. It requires all the same permissions as the built-in file tags.
Parameters
-path
string, required
A valid path to a directory.
-include
array, optional
A list of file extensions to include.
-exclude
array, optional
A list of file extensions to exclude.
-hidden
boolean, optional
Whether to include hidden files/folders. Defaults to false.
-depth
integer, optional
Tab depth to start from for HTML output. Defaults to zero.
Click the "Download" button below to retrieve a copy of this tag,
including the complete documentation and sample usage shown
on this page. Place the downloaded ".inc" file in your
LassoStartup folder, restart Lasso, and you can begin using this
tag immediately.