zsfhaergta
Programmer
Hi,
I am trying to remove the ../ in front of a directory and replace it with only the filename. How do I do this?
I have:
X==../../filename
I want
X==filename
Thanks
I am trying to remove the ../ in front of a directory and replace it with only the filename. How do I do this?
I have:
X==../../filename
I want
X==filename
Thanks