Skip to content
⌘ NSIS Forum Archive

user temp/tmp

4 posts

sfoc#

user temp/tmp

hello,

how can i detect the user temp/tmp directory without reading
the registry - i couldn't find a function in the help

thanks
Afrow UK#
Aren't they just the same paths?
They are on my system...

Edit: If you really need it, use:

Var TMP
Function .onInit
ReadEnvStr $TMP TMP
FunctionEnd

-Stu