[ListFiles FolderPath]File Tags[/ListFiles]
To display a list of all the files in a particular folder, put a [ListFiles] context into a WebCatalog template. You may specify an absolute or relative path to the folder just as you would specify an absolute or relative URL, and the folder name itself may be a WebCatalog [xxx] tag.
Example (normally you would put the following text into a .tpl file on your server and use a web browser to link to it):
Try It!
The following tags are available inside a [ListFiles] context:
| Tag | Description |
|---|---|
|
[IsFolder] |
"T" if this item is actually a folder. "F" otherwise. |
|
[IsFile] |
"T" if this item is actually a file. "F" otherwise. |
|
[FileName] |
Name of the file |
|
[FullPath] |
Full path to the file, starting from its containing FolderPath |
|
[ModDate] |
Last date the file was modified |
|
[ModTime] |
Last time the file was modified |
|
[Size] |
the file's size, in bytes |
|
[Index] |
A number from 1 to the number of files indicating this file's position in the list |
|
[StartPath] |
The folder path leading to the file |