How to get FileSystemObject working

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Simon

    How to get FileSystemObject working

    Dear reader,



    How to get the object FileSystemObjec t working.



    Which reference library needs to be activated and if the library is not
    available in my reference list where can I find the source for this library.



    Tanks for any help.

    Kind regards,

    Simon



  • rkc

    #2
    Re: How to get FileSystemObjec t working

    Simon wrote:
    Dear reader,
    >
    >
    >
    How to get the object FileSystemObjec t working.
    >
    >
    >
    Which reference library needs to be activated and if the library is not
    available in my reference list where can I find the source for this library.
    Microsoft Scripting Runtime.

    Don't know.

    Comment

    • Tom van Stiphout

      #3
      Re: How to get FileSystemObjec t working

      On Fri, 06 Jun 2008 19:19:29 -0400, rkc <rkc@rkcny.yabb a.dabba.do.com>
      wrote:

      The source code is owned by Microsoft and is not available to the
      general public.

      If you want to be able to deal with situations where users don't have
      this DLL (and indeed some very security-conscious companies have
      expressly removed it), you need to use Late Binding, and "gracefully
      degrade" your application if the DLL is not there.

      -Tom.

      >Simon wrote:
      >
      >Dear reader,
      >>
      >>
      >>
      >How to get the object FileSystemObjec t working.
      >>
      >>
      >>
      >Which reference library needs to be activated and if the library is not
      >available in my reference list where can I find the source for this library.
      >
      >Microsoft Scripting Runtime.
      >
      >Don't know.

      Comment

      Working...