You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following code: [DDXMLNode elementWithName:@"Value" stringValue:@"\\SomePath\New"]
results in the \N getting stripped out: <Value>\\SomePathew</Value>
if the N in New is lowercase, the result is: <Value>\\SomePath\new</Value>
which is expected.
The text was updated successfully, but these errors were encountered:
The following code:
[DDXMLNode elementWithName:@"Value" stringValue:@"\\SomePath\New"]
results in the \N getting stripped out:
<Value>\\SomePathew</Value>
if the N in New is lowercase, the result is:
<Value>\\SomePath\new</Value>
which is expected.
The text was updated successfully, but these errors were encountered: