ShellBrowser Delphi Edition Documentation
ContentsIndexHome
PreviousUpNext
GetPathFromPidl Function

Deprecated. Use IItemIdList instead. This functions returns the file system path for a given PItemIdList.

Syntax
Pascal
function GetPathFromPidl(Pidl: PItemIDList): UnicodeString; deprecated;

This function returns the path for a given PItemIdlist and is a wrapper around the Windows API function SHGetPathFromItemIdList. When working with the TShellBrowser component, you should not need this function.

Copyright (c) 2011. All rights reserved.