gpt4 book ai didi

c# - GetEnvironmentVariable ("TEMP") 没有波浪号 (~)

转载 作者:太空狗 更新时间:2023-10-30 01:18:32 25 4
gpt4 key购买 nike

我想获取临时文件夹的路径 (C:\Users\user\AppData\Local\Temp)。

GetEnvironmentVariable("TEMP") 工作正常,但我得到了波浪号的路径:

C:\Users\STANHE~1\AppData\Local\Temp\

.. 我需要没有波浪号的路径:

C:\Users\StanHerrmann\AppData\Local\Temp\

最佳答案

您可以使用 Path.GetFullPath展开它:

If you pass in a short file name, it is expanded to a long file name.

但是... 最好只使用 Path.GetTempPath为此,您不必依赖环境变量来确保正确。

关于c# - GetEnvironmentVariable ("TEMP") 没有波浪号 (~),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26894788/

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