FileChooserIF.selectFilename

Selects a filename. If the file name isn’t in the current folder of @chooser, then the current folder of @chooser will be changed to the folder containing @filename.

interface FileChooserIF
bool
selectFilename
(
string filename
)

Parameters

filename string

the filename to select

Return Value

Type: bool

Not useful.

See also: gtk_file_chooser_set_filename()

Meta