Package: gtk

Function gtk-file-chooser-current-folder-file

Lambda List

gtk-file-chooser-current-folder-file (chooser)

Syntax

(gtk-file-chooser-current-folder-file chooser) => file
(setf (gtk-file-chooser-current-folder-file chooser) file)

Arguments

chooser -- a gtk-file-chooser widget
file -- a g-file object for the folder

Details

Accessor of the current folder file of the file chooser.

The function gtk-file-chooser-current-folder-file gets the current folder of the file chooser as a g-file object. The function (setf gtk-file-chooser-current-folder-file) sets the current folder. This function returns nil, if the folder could not be changed successfully.

Internal function, see the function gtk-file-chooser-current-folder-uri.
 

See also

2021-2-5