gpt4 book ai didi

创建桌面文件并获取%userprofile%?

转载 作者:行者123 更新时间:2023-11-30 17:00:38 27 4
gpt4 key购买 nike

我想获取桌面目录文件夹,所以我尝试了:

  char filename[ MAX_PATH ];
char newLocation[]="%userprofile%\\desktop\\myfile.exe";
BOOL stats=0;
DWORD size = GetModuleFileNameA( NULL, filename, MAX_PATH );
CopyFile(filename, newLocation, stats);

%userprofile% 不起作用。如何获取用户个人资料路径?

最佳答案

也许其他答案会有所帮助:

https://superuser.com/questions/571974/userprofile-variable-not-working

或者:

https://superuser.com/questions/442158/why-cant-i-use-userprofile-in-path

您可以输入:

set

在命令提示符中,您将获得系统上定义的所有环境变量的列表。

关于创建桌面文件并获取%userprofile%?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37479792/

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