public void packPack() { if (!string.IsNullOrEmpty(m_destRoot)) { ExportUtil.CreateDirectory(Path.Combine(ResExportSys.m_instance.m_pResourcesCfgPackData.m_destFullPath, m_destRoot)); } ExportUtil.recursiveTraversalDir(m_srcFullPath, handleFile, handleDir); }