Can you pass a file pattern to cGetFile()
Posted: Tue Mar 04, 2008 10:51 am
Hi Antonio
I just started trying the cGetFile() function. Looks great but I would like to be able to pass it a filter, For example if I just wanted .dbf files I would like to be able to do something like
Is this possible?
Thanks
Doug
(xProgrammer)
I just started trying the cGetFile() function. Looks great but I would like to be able to pass it a filter, For example if I just wanted .dbf files I would like to be able to do something like
Code: Select all
sChosenFile := cGetFile( " *.dbf" )
Thanks
Doug
(xProgrammer)