How to add temp folder to application directory on install?

G

Guest

I want to add a Temp folder to my application folder in Program
Files/whatever when I install my windows app on a client machine. I've got
everything else working with the install, but now I want to add an empty Temp
folder in the app directory for me to use in the program. Please give me
detailed steps if possible, b/c I am new to windows development. Thanks.
 
H

Herfried K. Wagner [MVP]

lanem said:
I want to add a Temp folder to my application folder in
Program Files/whatever when I install my windows app
on a client machine.

Is there any reason for using a separate temp directory and not using the
common temp directory (the latter can be obtained using
'System.IO.Path.GetTempPath')?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top