Hello
My problem is with the list object.
I load the directory list and when i double klick i want to get the output like this " Test\ " and not like " [Test] ".
How can i fix this?
Printable View
Hello
My problem is with the list object.
I load the directory list and when i double klick i want to get the output like this " Test\ " and not like " [Test] ".
How can i fix this?
Mid$("[Test]", 1, Len("[Test]")-2)+"\"
It should give you "Test\" ;)