Code: Select all
Update PathReport='C:\Reports'I checked property "CheckBackslashes', but result is the same.C:Reports
To avoid this problem, I make StringReplace with pattern '\ into '\
Code: Select all
Update PathReport='C:\Reports'I checked property "CheckBackslashes', but result is the same.C:Reports