Discussion:
Allowing a user to save a project to a new directory
(too old to reply)
Matthew Freeze
2004-09-23 13:18:37 UTC
Permalink
Hi all:
Another question from a newbie. I want to allow the user of my program to
save their jobs to a directory and know that I can use GETDIR(). However,
this feature does not allow them to create a new directory folder of their
choosing. Does anyone know how this may be accomplished?Thanks in
advance. ---Matthew

P.S. Once I become familiar with foxpro I'll respond to peoples questions
with answers that are correct and accurate. I am familiar with SQL so will
answer any of those type of questions as I see them posted.
Stefan Wuebbe
2004-09-23 13:58:52 UTC
Permalink
Hi Matthew,

You can use the "nFlags" parameter
? GETDIR('','','',64)
or
? PUTFILE()


hth
-Stefan
Post by Matthew Freeze
Another question from a newbie. I want to allow the user of my program to
save their jobs to a directory and know that I can use GETDIR(). However,
this feature does not allow them to create a new directory folder of their
choosing. Does anyone know how this may be accomplished?Thanks in
advance. ---Matthew
P.S. Once I become familiar with foxpro I'll respond to peoples questions
with answers that are correct and accurate. I am familiar with SQL so will
answer any of those type of questions as I see them posted.
Loading...