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
Printable View
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
the namespace is
System.IO
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