Example #1
0
 public static string CopyToTemp(string fname)
 {
     return(ShellUtilities.CopyFileToFolder(fname, GetTempPath()));
 }