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/rocklib_aux.pl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/plugins/lua/rocklib_aux.pl') diff --git a/apps/plugins/lua/rocklib_aux.pl b/apps/plugins/lua/rocklib_aux.pl index 77fd08b..9103fcc 100755 --- a/apps/plugins/lua/rocklib_aux.pl +++ b/apps/plugins/lua/rocklib_aux.pl @@ -54,6 +54,8 @@ my @forbidden_functions = ('^open$', '^close$', '^read$', '^write$', + '^mkdir$', + '^rmdir$', '^lseek$', '^ftruncate$', '^filesize$', -- cgit v1.1