Results 1 to 4 of 4

Thread: Scripting.FileSystemObject

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Jun 2000
    Location
    Forest
    Posts
    545

    Scripting.FileSystemObject

    Set FSO = CreateObject("Scripting.FileSystemObject")

    I know this object belong to scrrun.dll but how can I find out what dll it belongs to if I run into a case like this?

    Thanks
    Bird of Prey

    Mr. Bald Eagle.
    [img][/img]

  2. #2
    C# Aficionado Lord_Rat's Avatar
    Join Date
    Sep 2001
    Location
    Cave
    Posts
    2,497
    Open up your registry.
    Open up the HKEY_CLASSES_ROOT section and scroll down to the item in question (Scripting.FileSystemOject in this case).

    Note the Class ID.

    Scroll down to the class ID's and find that class ID (I usually just do a search for it)

    Find what dll is listed.

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Jun 2000
    Location
    Forest
    Posts
    545
    Actually, I did a value search on Scripting.FileSystemObject in the registry and it came out with the class id right away. That eliminate going to the key.

    Thanks for your help.
    Bird of Prey

    Mr. Bald Eagle.
    [img][/img]

  4. #4
    C# Aficionado Lord_Rat's Avatar
    Join Date
    Sep 2001
    Location
    Cave
    Posts
    2,497
    Any time.

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