System.ItemFolderPathDisplay
The user-friendly display path of an item's parent folder.
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.ItemFolderPathDisplay shellPKey = PKEY_ItemFolderPathDisplay formatID = E3E0584C-B788-4A5A-BB20-7F5A44C9ACDD propID = 6 SearchInfo InInvertedIndex = true IsColumn = true typeInfo type = String IsInnate = true
Remarks
PKEY values are defined in Propkey.h.
If System.ItemPathDisplay is VT_EMPTY, then this property should also be empty. Otherwise, it should be derived appropriately by the data source from System.ItemPathDisplay.
Example values:
Path | ItemFolderPathDisplay |
---|---|
c:\files\personal\hello.txt | c:\files\personal |
\\server\share\mydir\goodnews.doc | \\server\share\mydir |
\\server\share\numbers.xls | \\server\share |
c:\food\MyFolder | c:\food |
/Mailbox Account/Inbox/'Re: Hello!' | /Mailbox Account/Inbox |
Related topics
- propertyDescription
- searchInfo
- labelInfo
- typeInfo
- displayInfo
- stringFormat
- booleanFormat
- numberFormat
- dateTimeFormat
- enumeratedList
- drawControl
- editControl
- filterControl
- queryControl
Show: