标签: python path working-directory
我想通过使用相对路径依次搜索当前工作目录的 ordered 列表来更改“当前工作目录”的行为;类似于二进制文件和库加载的行为。
这将适用于所有在其参数中具有路径的python函数(open,path.exists,path.isfile,os.remove等)。
open
path.exists
path.isfile
os.remove
实现此目标的最佳方法是什么?
您看到会发生任何不确定的行为吗?