JCL Help:PidlToPath

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Converts an item identifier list to a path.


Pascal

 function PidlToPath(IdList: PItemIdList): string;


Parameters

Parameters Description
IdList: PItemIdList The item identifier list to convert to a path.


Return Value

If the function succeeds it returns the path of the specified pidl. If it fails it returns an empty string.


Description

PidlToPath converts the supplied item identifier list to its path representation. If the function succeeds the path representation is returned as the function result. On failure the function returns an empty string.


See Also

PathToPidl PathToPidlBind


About

Unit

JclShell


Donator

Marcel van Brakel


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page