JCL Help:NtfsReparsePointsSupported

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Returns whether a filesystem supports reparse points.


Pascal

 function NtfsReparsePointsSupported(const Volume: string): Boolean;


Parameters

Parameters Description
const Volume: string Name of the volume to test. This parameter must be of the form "x:" or "x:" where x is the volume to test.


Return Value

If the specified volume supports reparse points the function returns True. If the volume does not support reparse points or the function fails, the return value is False.


Description

NtfsReparsePointsSupported returns whether the filesystem installed on the specified Volume supports reparse points. Currently only the Windows 2000 version of NTFS (version 5) supports reparse points.


See Also

NtfsGetReparseTag NtfsFileHasReparsePoint


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