【发布时间】:2010-10-25 06:34:03
【问题描述】:
在 Python 2.6 中是否有一种跨平台的方式来获取 temp 目录的路径?
例如,在 Linux 下为/tmp,而在 XP 下为C:\Documents and settings\[user]\Application settings\Temp。
【问题讨论】:
-
不是pythonist,但你应该使用these方法来创建临时文件/目录
-
在docs.python.org/library/tempfile.html查看临时文件模块。
标签: python cross-platform temporary-directory