local fs = require("filesystem") local root = fs.directory(".") for entry in root do print(entry) end