I would like to store the following file path in a variable. x = "main\def\file_001"
It throughs the following error:
Error: '\d' is an unrecognized escape in character string starting ""main\d"
I would like to store the following file path in a variable. x = "main\def\file_001"
It throughs the following error:
Error: '\d' is an unrecognized escape in character string starting ""main\d"