Hello….I have an app the has its own appdata folder. The path looks like this:
C:Users”UserName”AppDataRoamingMyAppNameSkins
I invoke this path at Main.FormCreate
Code:
Path:=GetSpecialFolder(rtAppData)+'MyAppNameSkins';
sSkinManager1.SkinDirectory:=Path;
aSkin:=ReadStr('Skins','Name');//aSkin is global var read from ini file.
sSkinManager1.SkinName:=aSkin;
While debugging the path variable is correct but does not set SkinDirectory path….it always reverts to C:Skins.
How can I force it to use my Path var??
I am using the version 12.19