File type description

David Anton

Member
Joined
Apr 12, 2006
Messages
21
In the bad ol COM days, there was a way to get the file type description (e.g., "Text Document") from a file using the Scripting.FileSystemObject.

Is there a way to get this in .NET?

I dont see anything similar in System.IO.FileInfo.
 
Back
Top