Next Prev Up Top Contents Index

8.2.4 Prompting for files

To prompt for a file, use the function prompt-for-file :

(prompt-for-file
 "Enter a file:")

You can also specify a starting pathname:

(prompt-for-file
  "Enter a filename:"
  :pathname "c:\\windows\\")

 

Figure 8.8 Selection of a file


LispWorks CAPI User Guide - 14 Dec 2001

Next Prev Up Top Contents Index