local function get_files_in_directory(folderpath) return minetest.get_dir_list(folderpath, true) end