User Guide
108 CFML Language Reference
<!--- To index the collection, select the check box on the form --->
<CFIF IsDefined("form.IndexCollection")>
<CFINDEX ACTION="UPDATE" COLLECTION="Snippets"
KEY="c:\inetpub\wwwroot\cfdocs\snippets" TYPE="PATH" TITLE="Test"
URLPATH="http://127.0.0.1/cfdocs/snippets/" EXTENSIONS=".cfm"
RECURSE="Yes">
...