Analysing a path

AndreasKrohn
09-11-2003, 02:38 AM
Hi
I have following problem.
There is a path like c:\test
this path is named as testpath
now I need to count the pathes wich are in this testpath. After that I need to get the names of each path.
How can I realise that?
Thanks for your help,
Andreas

SpaceFrog
09-11-2003, 02:59 AM
either with
split(testpath,"\")
that will return your an array with each element between \ seperately...

or with instr and right on positon of instr...

EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum