python中os.path.isdir()函数的使用

在python 中,os.path.isdir(path)函数主要用来判断函数内部的path是否为一个目录

具体关于这个函数的解说参考博客https://blog.csdn.net/xjp_xujiping/article/details/81608390

原文地址:https://www.cnblogs.com/Cucucudeblog/p/10277986.html