FileDialog.initialFile

gio.file.File initialFile() @property

Get initialFile property.

Returns

The initial file, that is, the file that is initially selected

in the file chooser dialog

This is a utility property that sets both gtk.file_dialog.FileDialog.initialFolder and gtk.file_dialog.FileDialog.initialName.

void initialFile(gio.file.File propval) @property

Set initialFile property.

Parameters

propvalThe initial file, that is, the file that is initially selected in the file chooser dialog This is a utility property that sets both gtk.file_dialog.FileDialog.initialFolder and gtk.file_dialog.FileDialog.initialName.