VLFFM/README.md
2024-02-05 15:47:19 -05:00

20 lines
834 B
Markdown

# 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.
<p align="center">
<img src="https://i.imgur.com/HA3d5NA.png" alt="VLFFM"/>
</p>
**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.