System.ItemPathDisplay
项的用户友好显示路径。
Windows 10,版本 1703、Windows 10、版本 1607、Windows 10、版本 1511、Windows 10、版本 1507、Windows 8.1、Windows 8、Windows 7、Windows Vista
propertyDescription
name = System.ItemPathDisplay
shellPKey = PKEY_ItemPathDisplay
formatID = E3E0584C-B788-4A5A-BB20-7F5A44C9ACDD
propID = 7
SearchInfo
InInvertedIndex = true
IsColumn = true
typeInfo
type = String
IsInnate = true
备注
PKEY 值在 Propkey.h 中定义。
如果项是文件或文件夹,则此属性在所有情况下都包含扩展名,如果本地化名称可用,则会本地化。 对于其他项,这是用户友好的等效项,假定该项存在于分层存储中。
与 System.ItemUrl 不同,此属性值不包括 URL 方案。 若要分析项路径,请使用 System.ItemUrl 或 System.ParsingPath。 若要使用 Shell API 引用 Shell 命名空间项,请使用 System.ParsingPath。
示例值:
路径 | ItemPathDisplay |
---|---|
c:\mydir\bar\hello.txt | c:\mydir\bar\hello.txt |
\\server\share\mydir\goodnews.doc | \\server\share\mydir\goodnews.doc |
\\server\share\numbers.xls | \\server\share\numbers.xls |
c:\mydir\MyFolder | c:\mydir\MyFolder |
/mailbox account/inbox/'re: Hello!' | /mailbox account/inbox/'re: Hello!' |
相关主题