C# : Windows App. :How to provide a generic path to the binaries in an XML file ?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • NIKHILUNNIKRISHNAN
    New Member
    • Jun 2008
    • 22

    C# : Windows App. :How to provide a generic path to the binaries in an XML file ?

    Experts,

    I am having a dotfuscated project whose configuration is saved in the form of an XML file. This file has path to all of the associated binaries. I want to provide a relative path to all the binaries instead of a hardcoded path. How can I do that? I would like to have an opinion since my date of project delivery is tomorrow !

    with advance thanks and regards,
    Nikhil Unnikrishnan.
  • NIKHILUNNIKRISHNAN
    New Member
    • Jun 2008
    • 22

    #2
    Select the path from where you want to provide a generic path.

    Understand which portion if the path remains unchanged.

    Then put " .." before that unchanged portion of the path.

    The generic path is CREATED !


    thanks Experts,
    Nikhil Unnikrishnan

    Comment

    Working...