Exemple #1
0
 public static void createPublishProductOutputPath()
 {
     // 删除输出目录
     UtilPath.deleteDirectory(ExportUtil.getPkgOutPath());
     // 创建输出目录
     UtilPath.createDirectory(ExportUtil.getPkgOutPath());
 }