Hi,I am trying to get the value of a Read node and I want to use the directory path but as nuke has Slashes, and Windows has backslashes, I need to replace those. How can this be done using python ??
thanks for your help
franz
"C:/Windows/Fonts/Arial.ttf".replace('/', '\')
It works, thanks a lot
cheers, franz
You welcome mate
Glad it works.