|
web_ListDirCustom tag <web_ListDir ...> can be used to list all the files and Syntax:
The result of all the files and directory listed out will be saved into For example:
<web_ListDir Name="List2" Dir="C:\winnt" Pattern="*.ini"> To determine if it is a file or a directory (#FIleOrDir#), you can check the last character of #FileOrDir#. If it is "\", it is a directory, or it is a file. This function does not list those hidden files, and does not work on Unix. |
