Groovy web console

subscribe to the feed Subscribe
to this
site

test

Published 3 months ago by Anonymous
Actions Execute script  ▶ Edit in console Back to console Show/hide line numbers View recent scripts
def files = []
def toto="etc"
folder = new File("../2514-2.436433166546167403/${toto}/")
folder.traverse(maxDepth: 0) { files.add(it) }
println files