Results 1 to 3 of 3

Thread: what is the replacement of FileSystemObject

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jan 2002
    Location
    Mumbai
    Posts
    31

    what is the replacement of FileSystemObject

    Hello All
    Please answer if anybody knows ,what is the replacement of filesystemObject in VB.net.

    or What namespace should i import in vB.net

  2. #2
    Junior Member
    Join Date
    Mar 2003
    Posts
    16
    the namespace is
    System.IO
    vijay pahuja
    mumbai

  3. #3
    Frenzied Member
    Join Date
    Oct 2002
    Location
    Gammapolis
    Posts
    1,474
    If you really need that you can still access FileSystemObject in .NET:

    On the Project menu, click Add Reference, and then click the COM tab. Choose Microsoft Scripting Runtime from the Component Name list, and then click Select.

    and in your code use Imports Scripting

    Now you can access that FileSystemObject

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