Allows the user to select a file from the device file system or a location for the file to be saved.
Parameters
Mode
Defines the Mode to open the file picker.
It can be one of:
- 1 - Open;
Opens the default operating system file picker to browse for a file.
- 2 - Save;
Opens the default operating system file picker to browse for a path to save a file.
- 3 - Open Image from Gallery;
Opens the default Gallery app to browse for an image to be openned.
- 4 - Open Video from Gallery
Opens the default Gallery app to browse for a video to be openned.
Suggested File Name string
This parameter allows the user to define a default filename to be used.
This parameter is only available in the Save Mode.
Target Filename
Control or variable where to store the full path of the selected file.
|
- On Win32 operating systems the modes Open Image from Gallery and Open Video from Gallery will open the same file picker as the Open mode
|
Updated : 5/7/2018 2:55 PM
|