In other words, i have temp folder where i store my extracted files. How do i create a folder in that temp folder so that all files are extracted or unzipped in this folder, which is inside the temp folder?
Simple
Directory.CreateDirectory(Path.Combine("<Your temp folder>", "<DirectoryName>"));
Make sure you have the proper rights given to the aspnet worker process to create the folder.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With