Collection of unedited thoughts and bits of knowledge I can't seem to remember
string myPath = @"C:\Users\admin\Desktop\fotos";
System.Diagnostics.Process prc = new System.Diagnostics.Process();
prc.StartInfo.FileName = myPath;
prc.Start();
Post a Comment
No comments:
Post a Comment