You can use this when you want the user to select a file (load file, save file).
It works on all devices that have a color display.
It is easy to use and it only has one function: fdialog.open(dir)
The dir argument is optional and specifies in what directory the dialog is.
The function returns the absolute path to the file.
If the user cancels, it returns nil.
There is a gray bar at the bottom and when you click on it you can put in a file manually.
That means that you can select a file that doesn’t already exist.
You can also put in an absolute path beginning with “/”.
When you put in a folder, the dialog jumps to the folder.
Download:
pastebin get 2GV4JgZR fdialog
You can simply load it using os.loadAPI("fdialog").
Screenshots: