FS#11347 by me: *dir LUA functions: luadir module
commit4e875f90fe05d1b7157636b9464ef48a54af48be
authorfunman <funman@a1c6a512-1295-4272-9138-f99709370657>
Fri, 18 Jun 2010 13:10:14 +0000 (18 13:10 +0000)
committerfunman <funman@a1c6a512-1295-4272-9138-f99709370657>
Fri, 18 Jun 2010 13:10:14 +0000 (18 13:10 +0000)
tree08e4ded33ef099cbb3063a29573d9d78c93f27bf
parentb23327e5e3a852ce4ea1409a4f9fd60e406c0f27
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
apps/plugins/lua/luadir.c [new file with mode: 0644]
apps/plugins/lua/luadir.h [new file with mode: 0644]
apps/plugins/lua/rocklib_aux.pl
apps/plugins/lua/rocklua.c