public final class NSFileProviderFileSystemFlags
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
Hidden
Item should not be presented in the file viewers.
|
static long |
PathExtensionHidden
The extension of the item should not be presented in the file viewers.
|
static long |
UserExecutable
Item has the POSIX user-executable (u+x) permission.
|
static long |
UserReadable
Item has the POSIX user-readable (u+r) permission.
|
static long |
UserWritable
Item has the POSIX user-writable (u+w) permission.
|
public static final long UserExecutable
public static final long UserReadable
public static final long UserWritable
public static final long Hidden
This includes both the UF_HIDDEN BSD flag and the Invisible bit from the FinderInfo. When syncing down, the system only sets the UF_HIDDEN flag.
public static final long PathExtensionHidden