JCL Help:PathGetLongName
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: PathGetLongName Function
Search in JCL Help
Search in all projects
Summary
Returns the long name of a path.
Pascal
function PathGetLongName(const Path: string): string;
Parameters
Parameters | Description |
const Path: string | The path for which you want to know the long name. The path must physically exist on the drive or the function fails. |
Return Value
If the function succeeds it returns the long name of the supplied path. If the function fails the result is a copy of the supplied Path. Category: Files and IO
Description
PathGetLongName returns the long name of a given path. Can be used for shell paths which include GUIDs.
See Also
About
Unit
Donator
Rudy Velthuis
Platforms
Windows
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