Results 1 to 3 of 3

Thread: Not Found File System Object

  1. #1

    Thread Starter
    New Member
    Join Date
    Oct 2000
    Posts
    3

    Angry


    Hello

    My Q is


    When I made declare for File System Object, I didn't
    found this object in the list
    Example
    Dim fso as new here("not found file system object") in the
    list.

    *I'm using vb6.0.

    Is any way to add this object to my aplication ?

    with best regards.


  2. #2
    Fanatic Member ExcalibursZone's Avatar
    Join Date
    Feb 2000
    Location
    Western NY State
    Posts
    908
    FSO's are an active x control, and as such need to be declared a bit differently.

    Dim FSO
    Set FSO = CreateObject("Scripting.FileSystemObject")

    Hope this helps
    -Excalibur

  3. #3
    Guest
    Also, have you added Microsoft Scripting Runtime(scrrun.dll) to your project references?

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