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.

template FileChooserT(TStruct)
void
unselectFilename
(
string filename
)

Parameters

filename string

the filename to unselect

Meta