Home General

Path to RBuilder.INI

edited August 2016 in General
Hi,

where is RBuilder.ini stored?
In 5.56 it is C:\Users\CEider\AppData\Local\EVIDENT where EVIDENT is
our software

In 17.02 it is C:\Users\CEider\AppData\Local\RBuilder?

How can I change the path in 17.02? Is this ini in 17.02 compatible to
5.56?

Tia Carsten

--


Hint: We altered the sources!Hint: We altered the sources!

Comments

  • edited August 2016
    Hi Carsten,

    In your application, find all instances of TppDesigner and update
    TppDesigner.iniStorageName

    ($LocalAppData)\Evident\RBuilder.ini

    If you application does not use TppDesigner, then you can specify the
    location via code like this:

    uses
    ppIniStorage;

    TppIniStoragePlugIn.SetStorageName('($LocalAppData)\Evident\RBuilder.ini');




    Best regards,

    -
    Nard Moseley
    Digital Metaphors
    www.digital-metaphors.com

    Best regards,

    Nard Moseley
    Digital Metaphors
    www.digital-metaphors.com
  • edited August 2016
    Could I change TppIniStoragePlugIn.SetStorageName in one unit globally
    ?

    ....
    initialization

    TppIniStoragePlugIn.SetStorageName('($LocalAppData)\Evident\RBuilder.ini');
    end.

    Nard Moseley (Digital Metaphors) schrieb am 10.08.2016 :


    --


    Hint: We altered the sources!Hint: We altered the sources!
  • edited August 2016

    No that will not work.

    Let's say you do that. Then your app loads a form that contains TppDesigner
    which configures IniStorage to reflect its TppDesigner.IniStorageName
    property.



    Best regards,

    -
    Nard Moseley
    Digital Metaphors
    www.digital-metaphors.com

    Best regards,

    Nard Moseley
    Digital Metaphors
    www.digital-metaphors.com
This discussion has been closed.