Jonbojangles
02-15-2006, 11:04 PM
Help a newb out plz :)
Everything works fine, but I need for the final part of this to search for any text +.tga
I tried texPath = textureName + "**.tga", but that gave no love :)
here is the code
textureName = maxfilepath + (getFilenameFile maxfilename)
format "%\n" textureName
texPath = textureName + "**.tga" -- ** because name may change per folder
Thanks for any help,
--Jon
Everything works fine, but I need for the final part of this to search for any text +.tga
I tried texPath = textureName + "**.tga", but that gave no love :)
here is the code
textureName = maxfilepath + (getFilenameFile maxfilename)
format "%\n" textureName
texPath = textureName + "**.tga" -- ** because name may change per folder
Thanks for any help,
--Jon
