Hi I have read articles related converting backward to forward slashes. But sol was to use raw string.
But Problem in my case is :
I will get file path dyna
>>> 'C:\\dummy_folder\\a.txt'.replace('\\', '/') 'C:/dummy_folder/a.txt'
In a string literal, you need to escape the \ character.
\