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
Archive: user temp/tmp
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
$TEMP
sure and the tmp directory
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