Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joel16/vlffm
https://github.com/joel16/vlffm
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/joel16/vlffm
- Owner: joel16
- License: gpl-3.0
- Created: 2022-12-15T16:01:18.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-06T01:43:03.000Z (11 months ago)
- Last Synced: 2024-02-06T02:41:16.045Z (11 months ago)
- Language: C
- Size: 455 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VLFFM - VLF File Manager for PSP
VLFFM (VLF File Manager) unlike other file manager applications for the PSP, it's the first of its kind to use the native VLF library (XMB like interface). Although it isn't a fully functional file manager due to the constraints of working with an incomplete VLF library, it does still offer the basic features necessary. However, I would still consider this application something that is merely just a proof of concept.
**Features:**
- Copy files/folders.
- Move files/folders.
- Delete files/folders.
- File properties. (File size and modification time)**Credits:**
- Dark_AleX for the VLF Library.
- TheOfficialFloW for some of the FS code (namely the linked list implementation) used in this application.