Connecting Tech Pros Worldwide Forums | Help | Site Map

How to add temp folder to application directory on install?

lanem
Guest
 
Posts: n/a
#1: Nov 21 '05
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.
Herfried K. Wagner [MVP]
Guest
 
Posts: n/a
#2: Nov 21 '05

re: How to add temp folder to application directory on install?


"lanem" <lanem@discussions.microsoft.com> schrieb:[color=blue]
>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.[/color]

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')?

--
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>

Closed Thread