ini file write Error
Hello all,
I see several posts for this problem. We want to use the ini vs. registry
and the default is ($WINSYS)\RBuilder.ini
What is the ($xxxx) for the instal app dir? Can this, or something similar,
be used to replace the default in the designer?
Thanks, Mark
I see several posts for this problem. We want to use the ini vs. registry
and the default is ($WINSYS)\RBuilder.ini
What is the ($xxxx) for the instal app dir? Can this, or something similar,
be used to replace the default in the designer?
Thanks, Mark
This discussion has been closed.
Comments
There is not a wild card to specify th app directory, but you can write some
code to do it. Try something like this
uses
ppFileUtils;
begin
myDesigner.IniStorageName := TppFileUtils.GetApplicationFilePath +
'\RBuilder.ini';
end;
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com