JCL Help:NtfsDeleteJunctionPoint
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: NtfsDeleteJunctionPoint Function
Search in JCL Help
Search in all projects
Summary
Deletes a junction point.
Pascal
function NtfsDeleteJunctionPoint(const Source: string): Boolean;
Parameters
Parameters | Description |
const Source: string | The junction point to delete. |
Return Value
If the function succeeds it returns True, otherwise it returns False.
Description
The NtfsDeleteJunctionPoint routine deletes the specified junction point. Note that deletion in this context means that if the function succeeds the specified Source is no longer a junction point (the reparse tag which identifies it as a junction point is removed) but the directory itself will not be deleted, you'll just have an ordinary, empty directory.
See Also
NtfsCreateJunctionPoint NtfsGetJunctionPointDestination
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