04-04-2013, 12:40 AM
All I can say is maybe use Find/Replace. If each line is like so
than all you have to do is replace all instances of
with a blank space and you'll get what you'll be left with
Hope that helps.
Code:
C:\users\PCname\My Documents\Texture1.png
C:\users\PCname\My Documents\Texture2.png
than all you have to do is replace all instances of
Code:
C:\users\PCname\My Documents\
with a blank space and you'll get what you'll be left with
Code:
Texture1.png
Texture2.png
Hope that helps.