is it just me or...
when i try the cmd
contents = System.listDirectory()
lp-win32 does not continue
function listSchemes()
print('contents')
contents = System.listDirectory()
print('cwd')
cwd = System.currentDirectory()
end
output is the following:
contents
(how) can i test it without copying the lua files to psp?
directory listing freeze in luaplayer-windows
Moderators: Shine, Insert_witty_name
Re: directory listing freeze in luaplayer-windows
You are right, this is a bug, the directory functions don't work on Windows. I'll fix it in the next release.LuMo wrote:is it just me or...
when i try the cmd
contents = System.listDirectory()
lp-win32 does not continue