FileChooserT.setCurrentFolder

Sets the current folder for @chooser from a #GFile.

template FileChooserT(TStruct)
bool
setCurrentFolder
(
FileIF file
)

Parameters

file FileIF

the GFile for the new folder

Return Value

Type: bool

%TRUE if the folder could be changed successfully, %FALSE otherwise.

Throws

GException on failure.

Meta