Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Directory issues 1

Status
Not open for further replies.

KingofSnake

Programmer
Joined
Jul 25, 2000
Messages
73
Location
US
I wanted to make a program that would install in a folder that the user chooses. Then, I want the program, which makes text files, to put it's text files in the folder that it's installed to. How would I do that?


zachberry@hotmail.com
Buy Cheetos and fight world hunger one step at a time.
 
will the text's be saved to the folder via commondialog, because if they are you can set the commondialog's default folder. ?
 
After the app is installed you can use App.Path to determine where the text files will be written.
VCA.gif

Alt255@Vorpalcom.Intranets.com
 
That's it? app.path? Cool. It's so hard to move on from QBASIC, evertyhing is new to me. IT's like bizzaro land from Sienfield.


zachberry@hotmail.com
Buy Cheetos and fight world hunger one step at a time.
 
As said before on another post, App.Path & \filename.xxx" may return errors.
See my post in thread thread222-40254 for further details.

Simon
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top