网站首页 站内搜索

搜索结果

查询Tags标签: fileNode,共有 1条记录
  • 清除目录下的文件 java

    /*** clear redundant files*/public static void clearRedundantFiles() {String path = "/data/update/";File file = new File(path);if (!file.exists()) {return;}File fileList[] = file.listFiles();for (int i = 0; i < fileList.length; i++) {File…

    2022/5/4 17:42:49 人评论 次浏览
扫一扫关注最新编程教程