Click here to Skip to main content
15,902,748 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,
I want to create folders and providing path to folders to access my personal mails in asp.net can u guide me or send any snippets
Posted
Updated 7-May-12 20:11pm

For a web applicaiton, creating a folder using server code will create it on webserver - I am sure no one will allow this from security prospective.

In case you still want to create a folder on server then look here: Directory.CreateDirectory Method[^]


You can try to create a folder on client system using JavaScript: FileSystemObject.CreateFolder()[^]
 
Share this answer
 
 
Share this answer
 

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