Click here to Skip to main content
15,893,923 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
How to write for
creating a folder and save image files in that folder.

thanks,
ttds
Posted
Comments
Sandeep Mewara 22-Jan-13 11:58am    
Tried anything?

Did you ever try to evaluate, how many types and methods are there in FCL? What happens if you ask a question on each and every of your everyday chores? And, with such approach, there is no hope that you learn something and improve your future work, because learning how to create a folder cannot help, say, to show a picture.

Therefore, you really need help on a very different subject: Microsoft Q209354.

—SA
 
Share this answer
 
look these links i hope it will help you
creating directory and saving images[^]
Article on this topic[^]
 
Share this answer
 
v2
Hi,

To create a folder, use the Directory.CreateDirectory method[^], and use the Bitmap.Save method[^] to save an image (if you use Windows Forms). If you use WPF, have a look here: http://stackoverflow.com/questions/2900447/how-to-save-a-wpf-image-to-a-file[^]
 
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