Thanks to visit codestin.com
Credit goes to github.com

Skip to content

eletrixtime/FSFP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File Selector For PaxOS9 (FSFP)

FSFP is a very cool file selector for your apps!

How to use (working 2025)

  • 1 : Create a lib folder and put explorer.lua
  • 2 : go to your manifest.json and add files in the permissions
  • 3 : Copy this very nice example code (available in app.lua) :
x = require("lib/explorer.lua")

function run(arg)
    win = gui:window()

    local function callback_file(content)
        print("file content :")
        print(content)
        -- do something with this.
    end
    x.ShowFiles("../", callback_file) -- (Arg1: Enter the base folder, Arg2 Enter the callback function)
    gui:setWindow(win)
end

Under the MIT License

About

PaxOS 9 Files Selector lib

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages