Provides methods for getting additional information about
files, like icons or compressed file size.
Declaration Syntax
C# |
public sealed class ExtendedFileInfo
Members
All Members | Constructors | Methods | |||
Icon | Member | Description |
---|---|---|
ExtendedFileInfo()()() | Initializes a new instance of the ExtendedFileInfo class | |
GetClusterSize(String) |
Get the cluster size for the filesystem that contains the given file.
| |
GetExtensionIcon(String, Boolean) |
Get the icon used by files of a given extension.
| |
GetFileIcon(Boolean) |
Get the icon used for files that do not have their own icon
| |
GetFolderIcon(Boolean) |
Get the icon used for folders.
| |
GetIconForFilename(String, Boolean) |
Get the icon used for a given, existing file.
| |
GetPhysicalFileSize(String) |
Get the size a file requires on disk. This takes NTFS
compression into account.
|
Inheritance Hierarchy
Object | |
ExtendedFileInfo |