JCL Help:NtfsSparseStreamsSupported

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Test if the volume supports sparse streams.


Pascal

 function NtfsSparseStreamsSupported(const Volume: string): Boolean;


Parameters

Parameters Description
const Volume: string The volume to test e.g. 'c:'.


Return Value

If the specified volume supports sparse streams the function returns True, otherwise it returns False.


Description

NtfsSparseStreamsSupported tests if the filesystem specified by the Volume supports sparse streams. Currently only NTFS version 5.0 supports sparse streams and for all other filesystems the function always returns False.


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