FileChooser.selectFilename

bool selectFilename(string filename)

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.

Parameters

filenamethe filename to select

Returns