M626
Programmer
- Mar 13, 2002
- 299
I have a variable that i am getting from a dir box. I would like to crop the variable so it's only the last folder listed.
Example:
Var1 = "C:\Temp\test1\aol"
I would like to make
Var1 = "aol"
Example:
Var1 = "C:\Temp\test1\aol"
I would like to make
Var1 = "aol"