Image folder relocation

this one could be very easy but still I can’t figure it out on my own.

I have a bunch of Loader components in my flash file and their content is set from actionscript
example:
thumb1.contentPath = “portfolio/print/1.jpg”;

i had to change myfolder structure (don’t ask why:) so the actionscript line looks like this now.

thumb1.contentPath = “loader/studio/portfolio/print/1.jpg”;

I would like to know if there is an easy way to sat different folder location and not by going through all the actionscript lines and adding ‘loader/studio/’ in each line

Tnx,
Luka