def filesDir = $files.getFilesDir() def file = $files.buildFile { setPath(filesDir, "tmp/aaa.txt") } $console.log(file.getExtension())