Hi kwilliams,
While it should be possible to wrap the FSO library (Microsoft.Scripting Runtime) in a COM wrapper so you can use it in .NET, there are much better ways to work with files. Take a look at the
System.IO namespace. It has useful classes like
Directory,
File and
Path that allow you to perform copy, move, delete, create and many other files based actions.
Hope this helps,
Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
Author of
ASP.NET 2.0 Instant Results and
Beginning Dreamweaver MX / MX 2004
Want to be my colleague? Then check out
this post.