CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    May 2001
    Posts
    46

    FileSystemObject

    What is the DLL that controls the FileSystemObject object?


  2. #2
    Join Date
    May 2001
    Location
    New Jersey, USA
    Posts
    47

    Re: FileSystemObject

    The DLL you need to reference is SCRRUN.dll.
    From the Project menu select References, then
    check next to Microsoft Scripting Runtime
    and hit OK.

    "Scripting" will appear in the Object Browser if all is well.


  3. #3
    Join Date
    May 2001
    Posts
    46

    Re: FileSystemObject

    Thanks for the tip...


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

Featured