JCL Help:NtfsGetJunctionPointDestination
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: NtfsGetJunctionPointDestination Function
Search in JCL Help
Search in all projects
Summary
Returns the destination directory of a junction point.
Pascal
function NtfsGetJunctionPointDestination(const Source: string; var Destination: string): Boolean;
Parameters
Parameters | Description |
const Source: string | The junction point for which to retrieve the destination. |
var Destination: string | Receives the destination of the junction point. |
Return Value
If the function succeeds it returns True, otherwise it returns False. In the latter case the contents of Destination are undefined.
Description
NtfsGetJunctionPointDestination returns the destinaton of a junction point. That is, it returns the directory to which Source is 'mounted'. Note that the returned directory string is prefixed with '??'.
See Also
NtfsCreateJunctionPoint NtfsDeleteJunctionPoint
About
Unit
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