mode property

  1. @override
int get mode
override

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

@override
int get mode => FileStat.modeNotSupported;