About Code Block

Hi guys! i want to know how to write file path in Code Block! Thank u !
i should get 1 picture!
image

@610561359 Try

"C:\\User\\amrit\\"

1 Like

can also be

thank u!

thank u

Note that the reason for this is because the \ character is an escape character, causing the next character to not perform its special action. As such it removes the capacity of the last “ to close out the string. Previewing (or use a watch node) the first codeblock’s value will also show some interesting results.