09-17-2014, 02:06 PM
Many thanks once more!
However, I thought about using a special folder because an environment variable it seeme that it does not unexpand as I though ti would be. I would appreciate it if you comment on the following example :
Function tempf11
Unless, I do some kind of mistake or misunderstanding.
However, I thought about using a special folder because an environment variable it seeme that it does not unexpand as I though ti would be. I would appreciate it if you comment on the following example :
Function tempf11
SetEnvVar "aSpecFolder" "Z:\path"
str s="Z:\path\tam.txt"
_s.expandpath(s 2)
out _s
s="c:\windows\system32\file.exe" ;; s will be "$system$\file.exe".
_s.expandpath(s 2)
out _sUnless, I do some kind of mistake or misunderstanding.
