[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: file-dialog



The :directory keyword specifies the directory. The filename component
of :directory is used as the default filename in the editable-text item
of the dialog box.  Here is an example that displays the default
filename of "Listener" and returns the filename:
(choose-new-file-dialog :directory "Listener")
#1P"DRIVE:MCL 2.0f3:Listener"

Mark