set_current_folder_uri


Description:

[ Version ( since = "2.4" ) ]
public bool set_current_folder_uri (string uri)

Sets the current folder for this from an URI.

The user will be shown the full contents of the current folder, plus user interface elements for navigating to other folders.

In general, you should not use this function. See the section on setting up a file chooser dialog for the rationale behind this.

Parameters:

this

a FileChooser

uri

the URI for the new current folder

Returns:

true if the folder could be changed successfully, false otherwise.