标签: python file path
我编写了一个脚本,它会自动搜索我的根目录中的file.exe文件(如C:/ root /)。 我在根目录中有很多子文件夹,还有很多file.exe文件。 我的scipt能够检测所有file.exe文件但是如何获取子文件夹中找到的每个file.exe的完整路径? 是否有任何函数可以返回路径,以便将其存储到列表中?
感谢您的帮助
答案 0 :(得分:0)
使用os模块: - os.path.abspath(path)
os