Skip to content

Instantly share code, notes, and snippets.

@lanekatris
Created November 2, 2015 04:04
Show Gist options
  • Select an option

  • Save lanekatris/7c9d6247d5f52c100585 to your computer and use it in GitHub Desktop.

Select an option

Save lanekatris/7c9d6247d5f52c100585 to your computer and use it in GitHub Desktop.
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