24 Jun 2007 at 14:47 #1 pabs pabs 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?
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?
24 Jun 2007 at 22:32 #2 MNuTz MNuTz Suspended Joined 17 Mar 2004 Posts 4,934 Location Market Drayton, Salop It may be easier if you can tell us what it is exactly you are trying to do and why.
25 Jun 2007 at 13:29 #3 Shadez Shadez Soldato Joined 23 Dec 2002 Posts 2,806 Location Bristol not directly but you can create code to do the job. look at the system.io namespace for the functions you would use
not directly but you can create code to do the job. look at the system.io namespace for the functions you would use
25 Jun 2007 at 19:52 #4 pabs pabs Associate OP Joined 21 Aug 2004 Posts 32 Location Reading thanks all, i found what i was looking for