I wish to let the user choose a folder to dump data.
How can I achieve that To be user friendly, I whish to give them an interface like putfile() or getfile() screen. Not a text box to manualy enter the path. Thanks.
I wish to let the user choose a folder to dump data.
How can I achieve that To be user friendly, I whish to give them an interface like putfile() or getfile() screen. Not a text box to manualy enter the path. Thanks.
How to let user choose a data path?
Scott ODonnell
Good! That's what I need. Thank you both.
However, getdir() cannot create a new folder.
Philip Jaques
Great! Thank you, CetinBasoz.
cmyDir=GETDIR("c:\data\","Select a folder","test",64)
Shirvo
Tryin2Bgood
which calls a Windows interface window familiar to users.
See: http://msdn.microsoft.com/library/default.asp url=/library/en-us/dv_foxhelp9/html/e6109205-e91d-440f-b5ae-d2ccaa78c602.asp frame=true
for details
WillPritchard