摘要:
public void RARsave(string rarPatch, string rarFiles,string patch,string rarName) { String the_rar; RegistryKey the_Reg; Object the_Obj; String the... 阅读全文
摘要:
/// /// 返回指定目录下的所有文件信息 /// /// /// public List GetAllFilesInDirectory(string strDirectory) { ... 阅读全文