gpt4 book ai didi

python - 查找用户的 "My Documents"路径

转载 作者:IT老高 更新时间:2023-10-28 22:02:58 25 4
gpt4 key购买 nike

我有这个小程序,它需要在他们的“我的文档”文件夹中创建一个小的 .txt 文件。这是我的代码:

textfile=open('C:\Users\MYNAME\Documents','w')
lines=['stuff goes here']
textfile.writelines(lines)
textfile.close()

问题是,如果其他人使用它,我如何将 MYNAME 更改为他们的帐户名?

最佳答案

使用os.path.expanduser(path),见http://docs.python.org/library/os.path.html

例如expanduser('~/filename')

根据文档,这适用于 Unix 和 Windows。

编辑:由于 Sven 的评论,正斜杠。

关于python - 查找用户的 "My Documents"路径,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6227590/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com