![]() |
#2
|
|||
|
|||
You can also use the following to allow backslashes in strings:
Code:
path = r'C:\Tester\retest' |
|
|