Java统计某个目录下文件与目录的数量
下面展示一些 相关代码。
package my;
import java.io.File;
public class Textfile {
public static void main(String[] args) {
// TODO Auto-generated method stub
int w=0;//记录文件个数
int m=0;//记录目录个数
File file = new File("D:/诗词");//创建File对象
本文实例讲述了python实现统计代码行数的方法。分享给大家供大家参考。具体实现方法如下:
'''
Author: liupengfei
Function: count lines of code in a folder iteratively
Shell-format: cmd [dir]
Attention: default file encode is utf8 and default file type is java-source-file. But users can custom