Zihao

Make small but daily progress

0%

Python:获取目录名,创建多级目录,获取文件名

1
2
3
4
5
6
7
8
outnewpath = os.path.dirname(path)  # 获得目录名
# gp.AddMessage("目录gisoracle:======"+outnewpath)
if not os.path.exists(outnewpath): #判断目录是否存在
# 创建多级目录
os.makedirs(outnewpath)
print os.path.basename(path) # 仅仅获得文件名
print path + 'okcoin.cn.kline.1min'
print path
  • 本文作者: Zihao Yao
  • 本文链接: https://yaozihao.com/python_dirs/
  • 版权声明: 本博客所有文章除特别声明外,均采用 BY-NC-SA 许可协议。转载请注明出处!

欢迎关注我的其它发布渠道