When adding a texture from a file any \r in the filename is seen as a carriage return.
C:\Tester\retest  is seen as C:\Tester\
etest
  To get around this I either add a different character to the before the "r" or an additional \.  Is this suppose to be how it works? 
