I need your help again Has anyone got a library, he is willing to share, that lets a user select a file from his/her computer? In the media plugin it only allows image files https://wiki.gideros.rocks/index.php/Mediamanager:getPicture I would accept any hack you could provide please
I need your help again Has anyone got a library, he is willing to share, that lets a user select a file from his computer? In the media plugin it only allows image files https://wiki.gideros.rocks/index.php/Mediamanager:getPicture I would accept any hack you could provide please </p>
Use ImGui or
local path = application:get("openFileDialog", "Title|D:/ML/|Text (*.txt);; Save file (*.save)")--local path = application:get("saveFileDialog", "Title|D:/ML/|Text (*.txt);; Save file (*.save)")--local path = application:get("openDirectoryDialog", "Title|D:/ML/")print(path)
Comments
GIDEROS HAS IT ALL AMAZING
bonus:
https://github.com/MultiPain/Gideros_examples/tree/master/ImGuiFileDialogDemo
Likes: SinisterSoft
Likes: MoKaLux
So here you have folks 4 ways to get your files.
Mr rrraptor I will add your answer to the wiki (ps: I have just downloaded your imgui example)
Thank you, thank you. Peace
+ gideros wiki updated https://wiki.gideros.rocks/index.php/Mediamanager:getFile *
+ https://wiki.gideros.rocks/index.php/Mediamanager:saveFile **
*tested on windows 10
**untested
Where? What? xdAh, ok. Merged.
Likes: MoKaLux