NativeFileChooser.filename
string filename() constGets the first selected filename.
Convenience method equivalent to filename(0).
string filename(int index) constGets a selected filename by index.
Parameters
index | Index of the file (0 to count-1) |
Returns
The filename, or null if index is out of range