The type of an entity on the file system, such as a file, directory, or link.
These constants are used by the FileSystemEntity class
to indicate the object's type.
Constants
-
dynamic
FILE
=
const FileSystemEntityType._internal(0)
-
const
-
dynamic
DIRECTORY
=
const FileSystemEntityType._internal(1)
-
const
-
dynamic
LINK
=
const FileSystemEntityType._internal(2)
-
const
-
dynamic
NOT_FOUND
=
const FileSystemEntityType._internal(3)
-
const
Methods
-
toString()
→
String
-
Returns a string representation of this object.