mode property
int
get
mode
The mode of the file system object.
This is a bit field with the same values as the st_mode field of the
stat structure on Unix-like systems. The values can be accessed using
the mode* constants in this class.
On Windows, only the modeType and modeWritable bits are set.
Implementation
int get mode;