get_file


Description:

[ Version ( since = "2.14" ) ]
public File get_file ()

Gets the File for the currently selected file in the file selector.

If multiple files are selected, one of the files will be returned at random.

If the file chooser is in folder mode, this function returns the selected folder.

Parameters:

this

a FileChooser

Returns:

a selected File. You own the returned file; use unref to release it.