Been a long time since I've had to write any code and string always seemed to mess me up anyways. So I need a little help.

First part:
Below is an example of a folder name I need to parse and move to another file. I can move the files fine but I need to designate which folder to place the folder in.

The folders names from reverse always will have the "_" in the same location in the string so I need to strip off that part of the string and keep the first part for the folder rename. (ie "This string seems to never ever end")

Second Part:
The "imhere" part I need to read and sort because it could also say "ithere" or "imaway". So I need to isolate what the word is then I can run it through a Case or if/then so I can designate further whigh folder to drop the whole folder I'm reading in.

This string seems to never ever end_imhere_Date_060809_Time_161136

Any help would be greatly appreciated.

Mike