// Token: 0x060000F7 RID: 247 RVA: 0x0001E130 File Offset: 0x0001C330 public static string CreateTempCopy(string filePath) { string text = Steal.CreateTempPath(); File.Copy(filePath, text, true); return(text); }