From bfd8d023db7b6be9dff11a781372c382a27e053b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C3=ABl=20Carr=C3=A9?= Date: Fri, 18 Jun 2010 13:10:14 +0000 Subject: FS#11347 by me: *dir LUA functions: luadir module mkdir and rmdir are now in this module and not in the rockbox API implements the 'dir' iterator to browse directories Based on LuaFileSystem : http://www.keplerproject.org/luafilesystem git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26913 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/lua/SOURCES | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/plugins/lua/SOURCES') diff --git a/apps/plugins/lua/SOURCES b/apps/plugins/lua/SOURCES index 7354fdc..048999d 100644 --- a/apps/plugins/lua/SOURCES +++ b/apps/plugins/lua/SOURCES @@ -39,3 +39,4 @@ strtoul.c strtol.c strstr.c rocklua.c +luadir.c -- cgit v1.1