aspx thread: FileSystemObject Type Property in .NET
The old FileSystemObject had a property called Type that would return the type of file of the fso.File object. So for a .txt file, "Text Document" would be returned; for a Folder, "File Folder" would be returned, etc. This is the same info seen in the type column when exploring windows in the detail view. I have been unable to get this information out of System.IO. Does anyone know where to look or have any ideas how to get the type? Thanks in advance, -Jeff
|





