Results 1 to 4 of 4

Thread: FSO references?

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Sep 1999
    Location
    Phoenix, az
    Posts
    1,517
    Hi,

    I need FileSystemReferences?
    Whats the reference call for that?

    Thanks!

  2. #2
    Lively Member
    Join Date
    Oct 2000
    Location
    Scotland
    Posts
    96

    Try...

    Try Microsoft Scripting Runtime in the references.

    I know it has all the FileSystemObjects references in it.

    H.
    Just trying to muddle through...

  3. #3
    Lively Member
    Join Date
    Oct 2000
    Location
    Chicago
    Posts
    97
    If you mean it is FileSystemObject then you have to refer
    "Microsoft Scripting Runtime"
    Anil

  4. #4
    _______ HeSaidJoe's Avatar
    Join Date
    Jun 1999
    Location
    Canada
    Posts
    3,946

    <?>

    Declared this way you don't need to set the reference
    Dim fso As Object
    Set fso = CreateObject("Scripting.FileSystemObject")

    'if you want to reference it
    Project/References

    Microsoft FileScriptin Object


    "A myth is not the succession of individual images,
    but an integerated meaningful entity,
    reflecting a distinct aspect of the real world."

    ___ Adolf Jensen

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