FileChooserT.setCurrentFolderFile

Sets the current folder for chooser from a GFile. Internal function, see gtk_file_chooser_set_current_folder_uri(). Since 2.14

template FileChooserT(TStruct)
int
setCurrentFolderFile
(
File file
)

Parameters

file File

the GFile for the new folder

Return Value

Type: int

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

Throws

GException on failure.

Meta