Created
November 2, 2015 04:04
-
-
Save lanekatris/7c9d6247d5f52c100585 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| string dir = "c:\sites\app\Content\Images\Rank\1000\"; | |
| string fileName = "image1.jpg"; | |
| if (!Directory.Exists(dir)) | |
| Directory.CreateDirectory(dir); | |
| file.SaveAs(dir + fileName); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment