ssailer wrote:
> I realize this is probably a stupid question, but is
there way to use something
> like recordset paging when displaying the files within a
particular folder on a
> server?
>
Well I would say your favorite record set pager would be a
logical
choice. The result of a <cfdirectory ...> tag *is* a
record set and
behaves just like any other record set be they from
<cfquery...>,
<cfstoredprocedure...>, <cfldap...> or any other
tag that returns a
record set.