FileChooserIF.setCurrentFolder

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

interface FileChooserIF
int
setCurrentFolder
(
string filename
)

Parameters

filename string

the full path of the new current folder

Return Value

Type: int

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

Meta