public static class FileSystem.FileAttributes
extends com.jniwrapper.util.FlagSet
Modifier and Type | Field and Description |
---|---|
static int |
ARCHIVE
The file or directory that is an archive.
|
static int |
COMPRESSED
The file or directory is compressed.
|
static int |
DIRECTORY
The handle that identifies a directory.
|
static int |
ENCRYPTED
The file or directory that is encrypted.
|
static int |
HIDDEN
The file or directory is hidden.
|
static int |
NORMAL
The file or directory does not have other attributes set.
|
static int |
NOT_CONTENT_INDEXED
The file is not to be indexed by the content indexing service.
|
static int |
OFFLINE
The data of a file is not available immediately.
|
static int |
READONLY
The file or directory is read-only.
|
static int |
REPARSE_POINT
The file or directory has an associated reparse point
|
static int |
SPARSE_FILE
The file is a sparse file.
|
static int |
SYSTEM
The file or directory that the operating system uses a part of, or uses exclusively.
|
static int |
TEMPORARY
The file is used for temporary storage.
|
Constructor and Description |
---|
FileAttributes(long flags) |
Modifier and Type | Method and Description |
---|---|
boolean |
isArchive() |
boolean |
isHidden() |
boolean |
isReadOnly() |
boolean |
isSystem() |
public static final int READONLY
public static final int HIDDEN
public static final int SYSTEM
public static final int DIRECTORY
public static final int ARCHIVE
public static final int ENCRYPTED
public static final int NORMAL
public static final int TEMPORARY
public static final int SPARSE_FILE
public static final int REPARSE_POINT
public static final int COMPRESSED
public static final int OFFLINE
public static final int NOT_CONTENT_INDEXED