作者:
GodIsland (搞不定嗎用C4就對了)
2023-04-07 11:57:50https://www.autoitscript.com/forum/topic/187782-downloads-folder-macro/
#include <WinAPIShellEx.au3>
$s_Path_Downloads = _WinAPI_ShellGetKnownFolderPath($FOLDERID_Downloads)
MsgBox(0,"", $s_Path_Downloads)