JCL Help:NtfsSetReparsePoint

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Sets a reparse point for a file or directory.


Pascal

 function NtfsSetReparsePoint(const FileName: string; var ReparseData; Size: Longword): Boolean;


Parameters

Parameters Description
const FileName: string The fully qualified name of the file or directory with which to associate a reparse point.
var ReparseData A TReparseGuidData record which contains the reparse point data.


Return Value

If the function succeeds it returns True, otherwise it returns False.


Description

NtfsSetReparsePoint sets a reparse point on the specified file or directory.


See Also

NtfsDeleteReparsePoint NtfsGetReparsePoint


About

Unit

JclNTFS


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