GetFile
Opens
The 'Open File' System Dialog And Returns Selected Filename
Syntax:
GetFile ( acFilter ,
cTitle ,
cDefaultPath ,
lMultiSelect ,
lNoChangeDir ,
nFilterIndex ) --> SelectedFileName(s)
Tips:
- If <lMultiSelect> option is used, a character array containing selected filenames is returned (maximun number of selected files returned is 1024).
- If <lNoChangeDir> option is omitted, default value is .F.
- If passed <nFilterIndex> by reference, will return index of file filter selected by user