FileChooserT.setCurrentFolderUri

Sets the current folder for chooser from an URI. The user will be shown the full contents of the current folder, plus user interface elements for navigating to other folders. Since 2.4

template FileChooserT(TStruct)
int
setCurrentFolderUri
(
string uri
)

Parameters

uri string

the URI for the new current folder

Return Value

Type: int

TRUE if the folder could be changed successfully, FALSE otherwise.

Meta