FileChooserT.unselectFilename

Unselects a currently selected filename. If the filename is not in the current directory, does not exist, or is otherwise not currently selected, does nothing. Since 2.4

template FileChooserT(TStruct)
void
unselectFilename
(
string filename
)

Parameters

filename string

the filename to unselect. [type filename]

Meta