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

python小记(3)操作文件

时间:2019-07-02 15:58:37      阅读:97      评论:0      收藏:0      [点我收藏+]

标签:文件   print   gic   listdir   shutil   __file__   author   std   输出   

操作文件

shutil.move():可以实现文件的复制、移动

os.walk():用于通过在目录树中游走输出在目录中的文件名,向上或者向下
os.listdir() 方法用于返回指定的文件夹包含的文件或文件夹的名字的列表
 
获取当前路径:
import os
print(os.path.abspath(‘.‘))
获取当前模块的文件名:print(__file__)

python小记(3)操作文件

标签:文件   print   gic   listdir   shutil   __file__   author   std   输出   

原文地址:https://www.cnblogs.com/ruguokeyi/p/11119851.html

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