System.ItemTypeText
The user-friendly type name of the item. This value is not intended to be programmatically parsed.
Windows 10, version 1703, Windows 10, version 1607, Windows 10, version 1511, Windows 10, version 1507, Windows 8.1, Windows 8, Windows 7, Windows Vista
propertyDescription
name = System.ItemTypeText
shellPKey = PKEY_ItemTypeText
formatID = B725F130-47EF-101A-A5F1-02608C9EEBAC
propID = 4
SearchInfo
InInvertedIndex = true
IsColumn = true
typeInfo
type = String
IsInnate = true
Remarks
PKEY values are defined in Propkey.h.
If System.ItemType is VT_EMPTY, the value of this property is also VT_EMPTY. If the item is a file, the value of this property is the same as if you passed the file's System.ItemType value to PSFormatForDisplay.
This property should not be confused with System.Kind, which is a high-level, user-friendly kind name. For example, for a .doc document file, the various properties are as shown here:
Property | Value |
---|---|
System.Kind | Document |
System.ItemType | .doc |
System.ItemTypeText | Microsoft Word Document |
Example values:
Path | ItemTypeText |
---|---|
c:\mydir\bar\hello.txt | Text File |
\\server\share\mydir\goodnews.doc | Microsoft Word Document |
\\server\share\folder | File Folder |
c:\MyDir\MyFolder | File Folder |
/Mailbox Account/Inbox/'Re: Hello!' | Outlook E-Mail Message |
Related topics