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

python-os

时间:2018-09-25 12:44:08      阅读:170      评论:0      收藏:0      [点我收藏+]

标签:类型   新建   chdir   exist   绝对路径   listdir   拼接   path   判断   

os.listdir(path):path-->路径 返回类型为list
os.getcwd() 获取当前工作目录
os.chdir() 切换工作目录
os.mkdir() 新建目录
os.path.exists()
os.path.isdir()

os.path.join() 拼接字符串路径
os.path.exists(r‘path‘) 判断路径是否存在 r‘‘原始路径
os.path.isdir() 判断是否是文件夹

os.path.abspath(‘.‘) 一个点当前路径的绝对路径,两个点父路径的绝对路径。
os.path.isabs(‘‘)
os.path.relpath(‘‘,‘‘) 相对路径

python-os

标签:类型   新建   chdir   exist   绝对路径   listdir   拼接   path   判断   

原文地址:http://blog.51cto.com/13962055/2285092

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