FileChooserIF.selectUri

Selects the file to by @uri. If the URI doesn’t refer to a file in the current folder of @chooser, then the current folder of @chooser will be changed to the folder containing @filename.

interface FileChooserIF
bool
selectUri
(
string uri
)

Parameters

uri string

the URI to select

Return Value

Type: bool

Not useful.

Meta