Globber
for the argument.count()
method to get the total number of paths matched on the file system.apply()
method. The closure will be executed once for each result.matches()
method.asQuery()
method and then you can loop over them yourself. The query contents match what comes back from directoryList()
.asArray()
method and then you can loop over them yourself.getPattern()
method on the Globber CFC.globber()
method. You can pass a comma delimited list or an array of globber patterns to the constructor.setExcludePattern()
method will override any existing methods, but the addExcludePattern()
method will add to the existing list.