JCL Help:NtfsIsFolderMountPoint

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Returns whether a directory is a mount point.


Pascal

 function NtfsIsFolderMountPoint(const Path: string): Boolean;


Parameters

Parameters Description
const Path: string The directory to test.


Return Value

If the function succeeds and the specified directory is a mount point the function returns True, otherwise it returns False.


Description

NtfsIsFolderMountPoint returns whether the specified directory is actually a mount point.


See Also

NtfsMountDeviceAsDrive NtfsMountVolume


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