Dalai wrote: 2024-10-10, 21:25 UTC
If TC only retrieves the variables you listed via SHGetKnownFolderPath then it can't do it on XP because that function isn't available there.
You're right. I didn't take into account that the new Autorun function "Get
KnownFolderPath" uses SHGetFolderPath for XP, because of this there was a discrepancy.
In this case, the second question remains, and this one can be attributed to wishes.
I think this should have been done as soon as new pseudo-variables were added.
Dalai wrote: 2024-10-10, 21:25 UTC
However, there are some variables which don't make much sense to retrieve on XP:
I don't think so.
Dalai wrote: 2024-10-10, 21:25 UTCRoamingAppData - not retrievable via SHGetSpecialFolder (no CSIDL), also it's the same as AppData
With SHGetFolderPath, it's possible. I know it's the same thing, but this variable is already listed.
Dalai wrote: 2024-10-10, 21:25 UTC
these have an equivalent in CSIDL but TC would need to make a mapping which would make the whole thing more complex
In Autorun, for example, this was not a problem.
Dalai wrote: 2024-10-10, 21:25 UTC
No, TC only requires the first character to be uppercase.
In this case, which of us is right, given the other variables named?