Process.cwd() - 原文
以绝对路径的方式返回进程当前执行目录。
译注例子:
>>> psutil.Process().cwd() '/xxxx/xxxx/scripts/demo'
5.6.4 版本中修改: 新增 NetBSD 支持。