List files recursively
This shows how to list all files and directories under the current directory.
(more…)
List directories recursively
The following groovy snippet lists all subdirectories of the current directory.
(more…)
List files recursively
The following groovy example shows how to recursively list all *.txt files in a directory.
(more…)