Search found 36 matches
- Thu Jun 08, 2006 11:52 pm
- Forum: PSP Lua Player Development
- Topic: File Functions
- Replies: 13
- Views: 7440
- Wed Jun 07, 2006 12:00 am
- Forum: PSP Lua Player Development
- Topic: File Functions
- Replies: 13
- Views: 7440
- Mon Jun 05, 2006 3:15 am
- Forum: PSP Lua Player Development
- Topic: File Functions
- Replies: 13
- Views: 7440
- Mon Jun 05, 2006 3:10 am
- Forum: PSP Lua Player Development
- Topic: File Functions
- Replies: 13
- Views: 7440
- Sun Jun 04, 2006 12:14 am
- Forum: PSP Lua Player Development
- Topic: File Functions
- Replies: 13
- Views: 7440
File Functions
I see LuaPlayer has updated to 0.19, but does anyone have an updated list of functions?
I can't see any mention of the requests I've made, anyone managed to move/rename files?
I can't see any mention of the requests I've made, anyone managed to move/rename files?
- Fri Apr 14, 2006 11:57 pm
- Forum: PSP Lua Player Development
- Topic: Can LUA write to Flash0 or Flash1
- Replies: 12
- Views: 8630
- Thu Apr 06, 2006 11:49 pm
- Forum: PSP Lua Player Development
- Topic: Can LUA write to Flash0 or Flash1
- Replies: 12
- Views: 8630
- Tue Apr 04, 2006 2:44 am
- Forum: PSP Lua Player Development
- Topic: Can LUA write to Flash0 or Flash1
- Replies: 12
- Views: 8630
- Tue Apr 04, 2006 2:15 am
- Forum: PSP Lua Player Development
- Topic: BUG: incorrect way of detecting if a file is a directory
- Replies: 4
- Views: 4766
Here i leave a precompiled binary of LuaPlayer-0.17dk2 with that bug solved. http://rapidshare.de/files/17099461/EBOOT.PBP.html To make Lua FileManager work properly with umd's, simply replace the EBOOT.PBP with that one. Great, thanks. I'll include this in the next release unless Shine updates Lua...
- Mon Mar 20, 2006 9:59 am
- Forum: PSP Lua Player Development
- Topic: [RELEASE] Lua FileManager
- Replies: 6
- Views: 3655
The latest release, luafm-0.10-beta3 , is available for download. It brings several new features, a few bug fixes, and some minor tweaks. New Features: Added support for disc0 (readonly) Added support for flash0/flash1 (readonly) Added long filename scrolling Added Quit option to Menu Bug Fixes: Add...
- Tue Mar 07, 2006 4:55 am
- Forum: PSP Lua Player Development
- Topic: File/Folder names in UPPERCASE?
- Replies: 4
- Views: 3399
- Tue Mar 07, 2006 4:54 am
- Forum: PSP Lua Player Development
- Topic: freespace
- Replies: 8
- Views: 4805
- Tue Mar 07, 2006 2:35 am
- Forum: PSP Lua Player Development
- Topic: File/Folder names in UPPERCASE?
- Replies: 4
- Views: 3399
- Tue Mar 07, 2006 1:12 am
- Forum: PSP Lua Player Development
- Topic: freespace
- Replies: 8
- Views: 4805
- Sun Mar 05, 2006 9:24 am
- Forum: PSP Lua Player Development
- Topic: [RELEASE] Lua FileManager
- Replies: 6
- Views: 3655
- Thu Mar 02, 2006 1:17 am
- Forum: PSP Lua Player Development
- Topic: os.rename
- Replies: 3
- Views: 2170
- Wed Mar 01, 2006 1:31 am
- Forum: PSP Lua Player Development
- Topic: os.rename
- Replies: 3
- Views: 2170
- Sat Feb 25, 2006 7:32 am
- Forum: PSP Lua Player Development
- Topic: os.rename
- Replies: 3
- Views: 2170
os.rename
Is it possible to add support for os.rename into LuaPlayer?
- Sat Feb 25, 2006 6:46 am
- Forum: PSP Lua Player Development
- Topic: File/Folder names in UPPERCASE?
- Replies: 4
- Views: 3399
File/Folder names in UPPERCASE?
Is anyone aware of file and folder names appearing differently on Windows then the PSP? For example, I copy a file system.lua (via lowser) to the memory stick, and it appears as SYSTEM.LUA under LuaPlayer. I understand this isn't such an issue with a case-insensitive OS like Windows, but Linux would...
- Fri Feb 24, 2006 1:11 am
- Forum: PSP Lua Player Development
- Topic: [RELEASE] Lua FileManager
- Replies: 6
- Views: 3655
- Thu Feb 23, 2006 12:27 am
- Forum: PSP Lua Player Development
- Topic: [RELEASE] Lua FileManager
- Replies: 6
- Views: 3655
I've just released version 0.10-beta2... New Features: Added Select/Unselect all option Added ability to select directories Added low battery check (safety precaution) Added settings.ini file for tweakable options Added quick up/down navigation on file listing Bug Fixes: Changing directories now nul...
- Sun Feb 19, 2006 12:31 am
- Forum: PSP Lua Player Development
- Topic: System.removeFile
- Replies: 1
- Views: 1582
After some exhaustive testing I have yet been unable to replicate the issue. I think it may have something to with using Lowser's USB mode to transfer files, then loading my application and using the delete function, though USB is disabled whilst performing deletes. I emailed Shine and he kindly rep...
- Sun Feb 19, 2006 12:27 am
- Forum: PSP Lua Player Development
- Topic: Moving files
- Replies: 0
- Views: 1305
Moving files
Is it possible to move a file by updating the FAT, rather then copying it and deleting the original. The later method has a couple of downsides, it takes longer, and it requires twice as much free space as the size of the file being moved. This would be handy for directories too. Also, is it possibl...
- Sun Feb 19, 2006 12:11 am
- Forum: PSP Lua Player Development
- Topic: freespace
- Replies: 8
- Views: 4805
- Sun Feb 19, 2006 12:11 am
- Forum: PSP Lua Player Development
- Topic: flash0/flash1
- Replies: 9
- Views: 5297
- Fri Feb 17, 2006 5:54 am
- Forum: PSP Lua Player Development
- Topic: Screen image copy question
- Replies: 6
- Views: 3566
- Thu Feb 16, 2006 1:15 pm
- Forum: PSP Lua Player Development
- Topic: [RELEASE] Lua FileManager
- Replies: 6
- Views: 3655
[RELEASE] Lua FileManager
Introducing Lua FileManager...
"Lua FileManager is a small, lightweight file browser for the PSP written in Lua. It is fast, colourful, and provides a quick and easy solution for simple file operations."
Download: http://www.mallchin.com/luafm/
Let me know what you think :)
"Lua FileManager is a small, lightweight file browser for the PSP written in Lua. It is fast, colourful, and provides a quick and easy solution for simple file operations."
Download: http://www.mallchin.com/luafm/
Let me know what you think :)
- Thu Feb 16, 2006 10:30 am
- Forum: PSP Lua Player Development
- Topic: flash0/flash1
- Replies: 9
- Views: 5297
- Thu Feb 16, 2006 10:30 am
- Forum: PSP Lua Player Development
- Topic: freespace
- Replies: 8
- Views: 4805
- Thu Feb 16, 2006 3:16 am
- Forum: PSP Lua Player Development
- Topic: Datestamp
- Replies: 0
- Views: 1269
Datestamp
Can one get datestamps for files?