Tagged Questions
0
votes
2answers
223 views
What's the .Net replacement for File.Type FileSystemObject property?
In classic Asp we used the File.Type property to get the friendly name associated with a file type from the registry (e.g. "Text Document" for ".txt"). The FileInfo class which generally replaces the ...