FileChooser.setCreateFolders

void setCreateFolders(bool createFolders)

Sets whether file chooser will offer to create new folders.

This is only relevant if the action is not set to be gtk.types.FileChooserAction.Open.

Parameters

createFolderstrue if the Create Folder button should be displayed

Deprecated