File attributes
how to read and open the file attributes in .net 3.5
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
VulpesPosted May 22, 2012, 5:48 AM
http://msdn.microsoft.com/en-us/library/system.io.filesysteminfo.attributes.aspx
SenthilkumarPosted May 22, 2012, 2:45 AM
You can use the File, FileInfo, StreamReader, TextReader classes to read all the file contents.
You can use the FileInfo class to know about the file attributes used in the file.