04-15-2010 11:55 AM
When editing the Source tab of the Property Loader there is an option to "User Expression To Specify File". This is what I want to build:
"C:\_views\AutomatedTests\" + FileGlobals.BoardType + ".txt".
How would one compose this into a usable expression?
thanx,
jvh
Solved! Go to Solution.
04-15-2010 10:38 PM
"C:\\_views\\AutomatedTests\\" + FileGlobals.BoardType + ".txt"
This should work...
Thanks,
Sathish
04-16-2010 09:56 AM
Thanks.
Interesting that with the top radio button where you specify an absolute path single backslashes are OK but with the lower button where the adress is calculated doubles are required.