Fixed
Details
Details
Assignee
Zac Spitzer
Zac SpitzerReporter
Brad Wood
Brad WoodLabels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Fix versions
Priority
Created 22 March 2017 at 22:03
Updated 3 January 2025 at 14:09
Resolved 3 January 2025 at 14:03
Sometimes it would be nice to be able to know whether a path is a file or a directory when passing a closure to the filter parameter of the directoryList() function or the cfdirectory tag.
directoryList( path='C:/', filter=function( path, type ){ if( path contains 'foo' && type == 'dir' ) { return true; } return false; } );