Represent C:\Program Files in XML

affermace

New Member
In my XML file I am trying to use a path to a file; it starts like this: \[code\]<value key="myPath"><![CDATA[C:\Program Files\myFile.exe]]>\[/code\]Then, when I launch my app it always says, can't find file:\[quote\] Can't find file C:\Program\[/quote\]So, obviously it's still getting caught up in the space between Program and Files. I thought my CDATA would fix that. How wrong am I? Thanks for any helpful tips!
 
Back
Top