PS3 file manager (new app)

mohasi

Forum Noob
Hi there, I have been working on a clean file manager for a few weeks, its partially functional. What works:

- Navigation
- Copy / Cut / Paste
- Rename
- Delete

Ill be adding some more functionality as I go. Some of the planned stuff includes:

- New file / directory
- Zip / Unzip
- Open text / image / audio files
- Text editor
- PS3 game mounting
- FTP
- Last updated date column
- Permissions info on a file
- Symlinking

Code:
https://codeberg.org/mohasi/ps3-dev/src/branch/main/apps/file-manager

Releases:
https://codeberg.org/mohasi/ps3-dev/releases

FILEMGR01_screenshot_2026_06_05_00_10_50.png


Thank you
 
Last edited:
Worth to investigate filesystem sync functionality. Because i.e in multiMAN, if user delete eg disc image, and not wait for sync (which occurring in unknown condition), XMB will be reporting old free size from before deleting, while file is in reality deleted, leaving user in technically damaged UFS2 state without way to fix it. The same apply to all FTP servers. This works fine on 4.21 but became broken on 4.4x and still is. Something strange going on with vsh I believe, and I put bet blindly on sync/async write.
 

Similar threads

Back
Top