Newbie needs help with VB

Associate
Joined
21 Aug 2004
Posts
32
Location
Reading
is there an exquivelent of the dos command dir *.* > filename.txt in Visual Basic express, and a good resource site to ask these type of questions?
 
It may be easier if you can tell us what it is exactly you are trying to do and why.
 
not directly but you can create code to do the job.

look at the system.io namespace for the functions you would use
 
Back
Top Bottom