Can the LUA create directories on my desktop is connected by USB?
I've tried the folowing code as a test:
Code: Select all
--Connects the PSP to the USB
System.usbDiskModeActivate()
System.sleep(15000)
System.createDirectory("c:\\bkptst")
If I try the same, but creating it on ms0:/, it woks like a charm.
Can anyone here help me?
Thanks[/code]