To prompt for a file, use the function prompt-for-file :
prompt-for-file
(prompt-for-file
"Enter a file:")
You can also specify a starting pathname:
"Enter a filename:"
:pathname "c:\\windows\\")
Figure 8.8 Selection of a file