| View previous topic :: View next topic |
| Author |
Message |
LuMo
Joined: 21 Aug 2005 Posts: 410 Location: Austria
|
Posted: Wed Sep 14, 2005 4:55 am Post subject: directory listing freeze in luaplayer-windows |
|
|
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? |
|
| Back to top |
|
 |
Giuliano
Joined: 13 Sep 2005 Posts: 78
|
Posted: Wed Sep 14, 2005 11:15 am Post subject: |
|
|
...
Last edited by Giuliano on Wed Sep 14, 2005 12:30 pm; edited 1 time in total |
|
| Back to top |
|
 |
Shine
Joined: 03 Dec 2004 Posts: 728 Location: Germany
|
Posted: Wed Sep 14, 2005 12:15 pm Post subject: Re: directory listing freeze in luaplayer-windows |
|
|
| LuMo wrote: | is it just me or...
when i try the cmd
contents = System.listDirectory()
lp-win32 does not continue
|
You are right, this is a bug, the directory functions don't work on Windows. I'll fix it in the next release. |
|
| Back to top |
|
 |
LuMo
Joined: 21 Aug 2005 Posts: 410 Location: Austria
|
Posted: Wed Sep 14, 2005 7:21 pm Post subject: |
|
|
well thats no serious problem for testing, just good to know :)
(just create a table by hand and test the rest of the code)
greets
Lumo
PS: thanks for your work and fixes |
|
| Back to top |
|
 |
|