Microsoft SDK for Java

FileAttribute Fields

Fields Description
ARCHIVE Specifies that the file is an archive file.
COMPRESSED Specifies that the file or directory is compressed.
DIRECTORY Specifies that the file is a directory.
HIDDEN Specifies that the file is hidden.
OFFLINE Specifies that the data of the file is not immediately available.
READONLY Specifies that the file is read-only.
SYSTEM Specifies that the file is part of or is used exclusively by the operating system.
TEMPORARY Specifies that the file is being used for temporary storage.

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