bamdmux
directoryList.forEach { directory -> directory.getFiles().forEach { file -> doWhatever(file, directory) } }