|
-
Mar 11th, 2003, 07:45 AM
#1
Thread Starter
Junior Member
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
-
Mar 11th, 2003, 08:33 AM
#2
Junior Member
the namespace is
System.IO
-
Mar 12th, 2003, 04:07 PM
#3
Frenzied Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|