fidzah
6 years agoOccasional Contributor
How to add double slash as custom properties - example \\networkName
Any idea how to add \\ to the custom properties. Seems when I add it, only a slash has been added to the project.
Added in custom properties: \\networkName
When added the code:
"ServerName": "${#Project#Network-location}",
excpected --> \\networkName
actual--> \networkName
Thanks HimanshuTayal ,
Well I did the double slash but doesnt work, so I put it as \\\\network, then it's working. Btw thanks for the idea