|
-
Oct 10th, 2002, 12:56 PM
#1
Thread Starter
Addicted Member
FileSystemObject
MyVB6 does not like this statement:
Dim fs As New FileSystemObject
So I think I need a reference or component set. My help guide
was waxed when I put in VB.NET, So cant look it up. I do not see anything in available references/components listings that looks like what I need. Can anybody tell me which one ?
Thanks
Tom
-
Oct 10th, 2002, 12:58 PM
#2
Let me in ..
Microsoft Scripting runtime.
-
Oct 10th, 2002, 05:43 PM
#3
Lively Member
dim fso as object
set fso = CreateObject("Scripting.FileSystemObject")
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|