You've already forked lazarus-ccr
New component - RxPropStorage
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2737 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -113,12 +113,9 @@ begin
|
||||
else
|
||||
begin
|
||||
Result := ExtractFileName(ChangeFileExt(Application.ExeName, '.ini'));
|
||||
{$IFNDEF WIN32}
|
||||
S:=UTF8ToSys(GetAppConfigDir(false));
|
||||
if not DirectoryExists(S) then
|
||||
mkdir(S);
|
||||
ForceDirectoriesUTF8(S);
|
||||
Result:=S+Result;
|
||||
{$ENDIF}
|
||||
end;
|
||||
end;
|
||||
|
||||
|
Reference in New Issue
Block a user