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.
 
Back
Top