Hi guys!
Is possible to create a TempPath in my solution?
I need to create a temp directory where to put a downloaded zip file where it will be unzipped.
Any help..any code???Thanks a lot!
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Suvendu Shekhar GiriPosted May 5, 2017, 8:37 AM
Jitendra ShekhawatPosted May 5, 2017, 9:04 AM
2. Choose new, another list should pop up.
3. Click folder, and type your name for it.
Hope this helps!
Rafnas T PPosted May 5, 2017, 8:49 AM
{
Directory.CreateDirectory(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData)+"\\ProjectName_temp\\");
}