判断路径是文件还是目录

os.path.isdir(path):

判断路径是否为目录,若是目录,返回True

os.path.isfile(path):

判断路径是否为文件,若是,返回True

你可能感兴趣的:(#,PythonOS文件目录方法)