Click here to Skip to main content
16,020,305 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How we can create folder at runtime in local system for saving data into the folder?

Can anybody help please?
Posted
Updated 10-Nov-10 21:58pm
v2
Comments
Dalek Dave 11-Nov-10 3:58am    
Minor Edit for Syntax.

1 solution

Check System.IO.Directory.CreateDirectory() method.
Just pass the path into the function.
In case if you're asking how to do it from a web server and to a client system, it cannot be done due to security reasons.
 
Share this answer
 
v2
Comments
Ankur\m/ 11-Nov-10 4:22am    
It can be done in web applications as well. You just need appropriate permissions.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900