H
HardySpicer
Ok I am referring to this rather nice search Class I found here
http://www.vbforums.com/showthread.php?t=341919
It searches for various file extension types and works really well.
Trouble is I need the full path as well as the name of the file.
Somebody asks how to do this on the forum and the reply is
.....
It is an arraylist of fileinfo. so you will need to use for each
statement to retrieve each element of the array. then use the
element.fullname to get the full path
......
I am a bit confused by this being quite new to the language. Any help
would be appreciated. The search itself works fine but I need teh full
path.
Hardy
http://www.vbforums.com/showthread.php?t=341919
It searches for various file extension types and works really well.
Trouble is I need the full path as well as the name of the file.
Somebody asks how to do this on the forum and the reply is
.....
It is an arraylist of fileinfo. so you will need to use for each
statement to retrieve each element of the array. then use the
element.fullname to get the full path
......
I am a bit confused by this being quite new to the language. Any help
would be appreciated. The search itself works fine but I need teh full
path.
Hardy