directory attributes

  • Thread starter Thread starter David
  • Start date Start date
David,

You can create an instance of the DirectoryInfo class representing the
directory, and then get the value returned by the Attributes property. This
will give you the values you are looking for.

Hope this helps.
 
Back
Top