Converts an item identifier list to a file system path
#include <WinAPIShellEx.au3>
_WinAPI_ShellGetPathFromIDList ( $pPIDL )
$pPIDL | The address of an item identifier list that specifies a file or directory location relative to the root of the namespace (the desktop). |
Success: | The file system path. |
Failure: | Empty string. |
Search SHGetPathFromIDList in MSDN Library.