forked from your-land/yl_cinema
4 lines
105 B
Lua
4 lines
105 B
Lua
|
|
local function get_files_in_directory(folderpath)
|
|
return minetest.get_dir_list(folderpath, true)
|
|
end |