码迷,mamicode.com
首页 > 编程语言 > 详细

python 文件操作

时间:2019-08-06 01:09:39      阅读:147      评论:0      收藏:0      [点我收藏+]

标签:返回   exist   类型   dir   pat   sts   文件名   路径   bool   

路径操作:

 

判断*是否存在,返回的是bool类型:

os.path.isdir()  # 是否是一个目录

os.path.isfile() # 是否是一个文件

os.path.exists() # 文件/目录是否存在

查找目录*下文件名所有包含“.py”的文件:

 

python 文件操作

标签:返回   exist   类型   dir   pat   sts   文件名   路径   bool   

原文地址:https://www.cnblogs.com/caizhanjin/p/11306402.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!