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.
无论 Windows 7 和 XP 上的 C++ 中的用户名,我都需要将我的程序目录更改为桌面。我目前正在使用_chdir()功能。我试过了_chdir("Desktop"),_chdir("desktop")但它返回-1。
_chdir()
_chdir("Desktop")
_chdir("desktop")
有没有办法做到这一点?谢谢!
读取%HOMEPATH%环境变量,切换到该目录,然后切换到桌面目录。
%HOMEPATH%