Re: getOpenFileName()
- Posted by Mike777 <anon4321 at gmail?com> Jan 21, 2008
- 541 views
don cole wrote: > > Hello All. > > VOID=getOpenFileName() > > Always open in folder "Documents". > > How can I change this? > > Don Cole If you are using Win32Lib, you can use SetCurrentDirectory(sequence path) If you aren't using Win32Lib, then you will need to wait for somebody who knows the particulars of invoking the function directly. Mike