FileChooserT.setCurrentFolderFile

Sets the current folder for chooser from a #GFile. Internal function, see gtk.file_chooser.FileChooser.setCurrentFolderUri.

template FileChooserT()
override
bool
setCurrentFolderFile

Parameters

file gio.file.File

the #GFile for the new folder

Return Value

Type: bool

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

Throws