Setting up the Android Native File Picker
In this tutorial, you'll learn how to set up Android native file picker, including opening file picker, retrieving the paths of selected files, cancel events and configuring options in blueprint nodes.
Opening File Picker

Retrieving Files' paths

Cancel Event
when the file picker returns an empty string or the user doesn’t select any file, a cancellation event is triggered. you can manage this event using the following delegate.

Configuring Selection Options (Single Selection/ Multi Selection/ Folder Selection)

Enabling "Folder Selection" disables individual file selection, allowing the user to select only the entire files of a folder.
Folder Selection


Multi Seleciton

