WiresmithTech / tedium

3 stars 1 forks source link

Single Quote Should Be Escaped in Paths #17

Closed JamesMc86 closed 1 year ago

JamesMc86 commented 1 year ago

From the TDMS internal structure:

Each path is a string including the name of the object and the name of its owner in the TDMS hierarchy, separated by a forward slash. Each name is enclosed by the quotation marks. Any single quotation mark within an object name is replaced with double quotation marks.

So we need to do this as part of path building.