In my website i want to create a new folder and then copy some files in it and also i want to create an html
file through C#
code. I want to know
- How to check read and write permission on a folder
- How to create an html file on runtime in project root
Im using Asp.net MVC 2
and C#
.