JCL Help:TFileCompressionState

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Enumeration which describes possible file compression states.


Pascal

 public TFileCompressionState = (
fcNoCompression,
fcDefaultCompression,
fcLZNT1Compression
);


Members

Members Description
fcNoCompression no compression.
fcDefaultCompression default compression.
fcLZNT1Compression LZNT1 compression.


Description

Enumeration which describes possible compression states of a file or directory on a volume whose file system supports per-file and per-directory compression. Note that currently LZNT1 is the only compression algorithm implemented. As a result, LZNT1 will be used as the default compression method; which implies that fcDefaultCompression and fcLZNT1Compression are equivalent. This, however, might change in the future.


See Also

NtfsGetCompression NtfsSetFileCompression NtfsSetDefaultFileCompression NtfsSetDirectoryTreeCompression


About

Unit

JclNTFS


Navigation

no pages or subcategories

Donator

Robert Rossmair


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