[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: file-dialog
- To: Laurent.Arditi@taloa.unice.fr
- Subject: Re: file-dialog
- From: "Mark A. Tapia" <markt@dgp.toronto.edu>
- Date: Sun, 14 Jun 1992 18:26:45 -0400
- Cc: info-mcl@cambridge.apple.com
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