val filesDir = _files.getFilesDir() val file = _files.buildFile { setPath(filesDir, "tmp/aaa.txt") } _console.log(file.getExtension())