I want to be able to add text to a string
the string will be variables so the length will vary, but the one constant is that they will always end with .jpg.
I want to be able to append the string with text like large
So if i have a string like mypicture1.jpg
I would like to append it like mypicture1large.jpg
how can i do this? I don't want to rename the file just change the string. I am sure this is very simple, but I could not figure it out.
I tried trim.insert etc. etc. to no avail.
Thanks
the string will be variables so the length will vary, but the one constant is that they will always end with .jpg.
I want to be able to append the string with text like large
So if i have a string like mypicture1.jpg
I would like to append it like mypicture1large.jpg
how can i do this? I don't want to rename the file just change the string. I am sure this is very simple, but I could not figure it out.
I tried trim.insert etc. etc. to no avail.
Thanks