|
Hi ppl,
is there a constant for Users\Username\Saved Games ? I want to delete a folder in Saved Games but to no avail. I can't find that constant on the net.
I tried:
{Userprofile}\Saved Games
{%Userprofile%}\Saved Games
%Userprofile%\Saved Games
{Username}\Saved Games
Edit: The only way is writing down the full path in Setup.ini which is SaveGameFolder3=C:\Users\*****\Saved Games\
Not a very happy solution. I can't believe that the Inno Setup developer didn't include such constant.
Last edited by Proxson; 11-12-2019 at 11:13.
|