GetFile
Opens The 'Open File' System Dialog And Returns Selected Filename
Syntax:
GetFile ( acFilter
,
cTitle ,
cDefaultPath ,
lMultiSelect ,
lNoChangeDir ,
nFilterIndex
) --> SelectedFileName(s)
If <lMultiSelect> option is used, a character array
containing selected
filenames
is returned (maximun number of selected files
returned is 1024).