FileChooser.removeShortcutFolder

Removes a folder from a file chooser’s list of shortcut folders.

interface FileChooser
bool
removeShortcutFolder
(
string folder
)

Parameters

folder string

filename of the folder to remove

Return Value

Type: bool

true if the operation succeeds, false otherwise. In the latter case, the error will be set as appropriate.

See also: gtk.file_chooser.FileChooser.addShortcutFolder

Throws