python 切换工作目录

Posted 眼镜儿

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python 切换工作目录相关的知识,希望对你有一定的参考价值。

切换到指定名字的目录,作为init文件,在别的文件中import该文件就可以完成切换目录

# 切换工作目录

import os

current_path = os.getcwd()
print(current_path)

project_name = project

current_path = current_path[:current_path.find(project_name) + len(project_name)]
os.chdir(current_path)

print(os.getcwd())

 

以上是关于python 切换工作目录的主要内容,如果未能解决你的问题,请参考以下文章

python 切换工作目录

python 目录切换

Python3目录操作

常用python日期日志获取内容循环的代码片段

Mediaplayer在切换片段时没有暂停

iOS代码片段CodeSnippets