Microsoft SDK for Java

FileAttribute.COMPRESSED

Specifies that the file or directory is compressed.

Syntax

public static final int COMPRESSED;

Remarks

For a file, this means that all the data in the file is compressed. For a directory, this means that compression is the default for newly created files and subdirectories.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.