I have read and re-read a handful of pages about PEP and literal string
interpolation.
But still can't figure out through experimentation what exact syntax will work so i can remove the %s from following statement in my python
script.
cmds.getAttr("%s.fileTextureName" %item, newPath,type="string")
Thanks~