I want add a property that with a value that is a path to a local directory, for example, <property name="loc" value="C:\Program Files\myDir" />
.
This works during the build, but when I retrieve this property I get C:Program FilesmyDir
.
What is the right away to represent file references and URL references in config.ini
?
Use forward slashes or replace each backslash with two backslashes:
C:/Program Files/myDir
orC:\\Program Files\\myDir