10 2018 档案
摘要:public static void CopyEntireDir(string sourcePath, string destPath) { //Now Create all of the directories foreach (string dirPath in Directory.GetDirectories(sourcePath, "*", ...
阅读全文
摘要:/// /// ini文件操作类 /// public class IniHelper { #region 动态链接库调用 /// /// 调用动态链接库读取值 /// /// ini节名 /// ini键名 /// 默认值:当无对应键值,则返回该值。 /// 结果缓冲区 /// 结果缓冲区大小 /// in...
阅读全文