.Net replacement for FileSystemObject?

  • Thread starter Thread starter Patrick Bates
  • Start date Start date
P

Patrick Bates

What are the classes/functions in .Net 2.0 which replace the
FileSystemObject?

Thanks.
 
There are a few different classes (File, FileInfo, Directory, DirectoryInfo,
Path) that are located in the System.IO namespace.
 

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


Back
Top