Hi there,
I have a var which will be something like:
"./xml/filename.xml"
I need a way of later cutting down this the "./xml/" from this var so it is simply:
"filename.xml"
Is this possible?
Thanks
I have a var which will be something like:
"./xml/filename.xml"
I need a way of later cutting down this the "./xml/" from this var so it is simply:
"filename.xml"
Is this possible?
Thanks
Comment