Friday, June 25, 2010

Path.Combine()

using System.IO;

string filePath = Path.Combine(
errorPath,
string.Format(“{0:MMddyyyyhhmmss}.png”, DateTime.Now)
);