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!' |
相關主題