System.DirectoryEntries

  • Thread starter Thread starter sridhar Venkatesan
  • Start date Start date
S

sridhar Venkatesan

How to get list of files in a virtual directory using System.DirectoryEntry
(ADSI)
 
System.DirectoryEntry is meant to manage directory entries (active directory objects) stored in a Active directory store not
Filesystem objects (directories and files).
Use the System.IO.DirectoryInfo class instead.

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

Back
Top