IWshRuntime library access to FileSystemObject

  • Thread starter Thread starter Valerie Hough
  • Start date Start date
V

Valerie Hough

Hi,
How do I get access from C# to the WSH FileSystemObject? I can't seem to
find it in the .NET v2.0 doc.

Thanks in advance,
Nigel Hough
 
Valerie Hough said:
Hi,
How do I get access from C# to the WSH FileSystemObject? I can't seem to find it in the
.NET v2.0 doc.

Thanks in advance,
Nigel Hough


Why would you ever need this? The Framework is what is meant to be used from .NET, it has a
far superior class library (System.IO) than FileSystemObject.

Willy.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

FileSystemObject Remane file 7
FileSystemObject question 3
FileSystemObject 5
Saving Message Object 2
filesystemobject 7
Write Formatted text in a doc file 3
Windows Script Host in Excel VBA 10
Appending a file 3

Back
Top