androidFilePicker

When selecting a file, for some reason, the application exits…
Here is the code:
androidFilePicker.show(“image/*”, system.pathForFile("", system.DocumentsDirectory),
function(event)
print(json.prettify(event))
end)

I just tried the demo on My Pixel 6a and seems to work fine

1 Like

How to choose a file with a certain extension?