JCL Help:NtfsDeleteReparsePoint
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: NtfsDeleteReparsePoint Function
Search in JCL Help
Search in all projects
Summary
Deletes a reparse point.
Pascal
function NtfsDeleteReparsePoint(const FileName: string; ReparseTag: DWORD): Boolean;
Parameters
Parameters | Description |
const FileName: string | The fully qualified name of the file or directory whose associated reparse point to delete. |
ReparseTag: DWORD | The tag of the reparse point to delete. |
Return Value
If the function succeeds the function returns True, otherwise it returns False.
Description
NtfsDeleteReparsePoint deletes the reparse point with a given tag for the specified file or directory.
See Also
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