Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这可能是一个相当简单的问题,但给出了路径:
~/Desktop/SomeDirectory/
或位于用户主目录中的任何其他目录
如何获取此文件夹的绝对路径? os.path.abspath只是给了我当前工作目录的绝对路径。但这不是我需要处理的。
os.path.abspath
您正在寻找os.path.expanduser方法。
os.path.expanduser