摘要: using System; using System.IO; using System.Runtime.InteropServices; using UnityEngine; [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Auto)] 阅读全文
posted @ 2021-04-07 20:33 All_Nighter 阅读(987) 评论(0) 推荐(0) 编辑
摘要: string pLocalFilePath ="";//要复制的文件路径 string pSaveFilePath ="";//指定存储的路径 if (File.Exists(pLocalFilePath))//必须判断要复制的文件是否存在 { File.Copy(pLocalFilePath, p 阅读全文
posted @ 2021-04-07 20:31 All_Nighter 阅读(306) 评论(0) 推荐(0) 编辑