Package: gtk
Function gtk:file-chooser-namestring
Lambda Listgtk:file-chooser-namestring (chooser) SyntaxArgumentsDetails The gtk:file-chooser-namestring function gets the namestring for the
currently selected file in the file selector.
If multiple files are selected, one of the files will be returned at random.
If the file chooser is in folder mode, this function returns the selected
folder. The (setf gtk:file-chooser-namestring) function sets namestring as the current file for the file chooser, by changing to the file's parent folder and actually selecting the file in list. If the chooser is in :save mode, the file's base name will also appear in the dialog's file name entry. Lisp implementationWarning | See also |
2024-11-21