From: Walter Roberson on
pietro wrote:
> How cain i select all file contained in a folder from a selection of a
> folder?

You can't from uigetfile. The closest you could get would be to set
Multi on, and then to click on the first file you wanted, move down to
the last file you wanted, and shift-click to select everything in-between.

Perhaps what you want instead is uigetdir() followed by using dir() on
the returned directory to get all the file names. Be sure to eliminate
the subdirectories from the list (there will usually be at least two) by
checking the isdir structure field.