got a problem i’m going to throw out, and see if anyone can help me. I’m parsing a file name out to get some info stored in the name, then trying to rebuild the name without the aforementioned info. so something along the lines of
yeah, i just got a reply from cgtalk with the same method. I was not aware that i could do a += operation on string variables. there really has to be a better way to learn this than trial and error :sigh:
thanks for the help, tim!
btw, i also wanted to thank you for setting up or at least officiating the TA panel at GDC last month. it was great to see there are others doing what i do and meet them.
Just throwing this out there, but instead of trying to fit all of the information you need into the filename, why not just put your metadata into the file properties of the file? This would provide a lot more flexibility and readability of the files.