FileStat class interface
The result of calling the POSIX stat()
function on a file system object.
This is an immutable object, representing the snapshotted values returned
by the stat()
call.
Properties
- accessed → DateTime
-
The time of the last access to the data of the file system object.
final
- changed → DateTime
-
The time of the last change to the data or metadata of the file system
object.
final
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- mode → int
-
The mode of the file system object.
final
- modified → DateTime
-
The time of the last change to the data of the file system object.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- size → int
-
The size of the file system object.
final
- type → FileSystemEntityType
-
The type of the underlying file system object.
final
Methods
-
modeString(
) → String - The mode value as a human-readable string.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited