|
Properties |
|
| The dcFileInfo component provides detailed information about any file - size, type, shell name, creation and last modification dates, small and large shell icons. You can get the information even from opened file and specify/change the date/time when file was created. last modified or last accessed.
|
| Just specify the file name in the FileName property (you can do it even at design-time), and dcFileInfo component will read the file information to fill other properties with according values.
|
| DisplayName | is the file name displayed by shell;
|
| FileSize | size of file specified in FileName property;
|
| FileType | type of file;
|
| FileAttributes | determines/changes file attributes (Archive, System, Hidden etc);
|
| TimeCreated | determines/changes file creation time;
|
| TimeLastAccessed | determines/changes time when it was last accessed (used);
|
| TimeLastModified | determines/changes time when it was last modified;
|
| LargeIcon,
|
| SmallIcon | large and small icons (32x32 and 16x16), associated with type of specified file and identifies the file withing the Windows shell;
|
| SysImageIndex | image index in the system image list for the icon, which represents the file withing the Windows shell.
|
| dcShellIcon and dcDiskInfo components.
|