JCL Help:NtfsFileHasReparsePoint

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Returns whether a specified file or directory has an associated reparse point.


Pascal

 function NtfsFileHasReparsePoint(const Path: string): Boolean;


Parameters

Parameters Description
const Path: string Fully qualified name of the file or directory to test.


Return Value

If the function succeeds and the specified file or directory has an associated reparse point, the function returns True. Otherwise it returns False.


Description

NtfsFileHasReparsePoint returns whether the specified file or directory has an associated reparse point. A reparse point can be set by an application or by the NTFS filesystem itself. For example, mount points are implemented using a reparse point. You can use NtfsGetReparseTag to extract the reparse tag of the reparse point associated with a file or directory. For the above example this would return the reserved value of IO_REPARSE_TAG_MOUNT_POINT.


See Also

NtfsGetReparseTag NtfsReparsePointsSupported


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