FileChooserT.removeShortcutFolder

Removes a folder from the shortcut folders in a file chooser.

template FileChooserT(TStruct)
bool
removeShortcutFolder
(
FileIF folder
)

Parameters

folder FileIF

a GFile for the folder to remove

Return Value

Type: bool

%TRUE if the folder could be removed successfully, %FALSE otherwise.

Throws

GException on failure.

Meta