Disk Directory and File Searches in VB.net

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am still a little new with the .net Framework and VB. Can anyone email me a link that describes an algorithm or a .net Framework class that will allow me to find directories and files?
 
Hi Robert,

More properiate newsgroups for your question can be next time

microsoft.public.dotnet.languages.vb
or/and
microsoft.public.dotnet.framework

for your questions, when you send to both do that than with a crosspost
(sending one message in one time to both newsgroups)

As an answer
http://msdn.microsoft.com/library/d...html/frlrfsystemiodirectoryinfoclasstopic.asp

And now you have this page for files it is the
fileinfo class, search that yourself on the same site than you have a good
start.

I hope this helps?

Cor
I am still a little new with the .net Framework and VB. Can anyone email
me a link that describes an algorithm or a .net Framework class that will
allow me to find directories and files?
 
Back
Top