Hi
I have a program that keeps track of a file name, but it is the full path. I want to extract from that string just the filename. I thought of using instr but it only searches forward and I need to start from the end and extract the string until it hits the final \.
Any ideas?
Thanks
Michael
I have a program that keeps track of a file name, but it is the full path. I want to extract from that string just the filename. I thought of using instr but it only searches forward and I need to start from the end and extract the string until it hits the final \.
Any ideas?
Thanks
Michael