FileChooserIF.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.

interface FileChooserIF
void
unselectFilename
(
string filename
)

Parameters

filename string

the filename to unselect

Meta