FileChooser.setCurrentFolderFile

bool setCurrentFolderFile(gio.file.File file)

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

Parameters

filethe #GFile for the new folder

Returns

true if the folder could be changed successfully, false

otherwise.

Throws