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

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

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

See also

#2024-11-20