Results 1 to 3 of 3

Thread: FileSystemObject

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jan 2002
    Location
    Sharpsville, PA
    Posts
    135

    Angry 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

  2. #2
    Let me in .. techyspecy's Avatar
    Join Date
    Aug 2002
    Location
    Back to VBF.
    Posts
    2,456
    Microsoft Scripting runtime.

  3. #3
    Lively Member
    Join Date
    Mar 2002
    Posts
    110
    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
  •  



Click Here to Expand Forum to Full Width