Page 1 of 1

Question on CGETFILE

Posted: Wed Jul 18, 2007 2:01 pm
by driessen
Hello,

I use CGETFILE() to select a file on my disk.

But how can I select a folder on my disk ? Using CGETFILE() results in opening the folder.

Thanks.

Posted: Wed Jul 18, 2007 2:49 pm
by James Bott
cGetDir()

Posted: Wed Jul 18, 2007 3:21 pm
by driessen
James,

Thanks.