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 DIRECTORY = const FileSystemEntityType._internal(1)
const
dynamic FILE = const FileSystemEntityType._internal(0)
const
const
dynamic NOT_FOUND = const FileSystemEntityType._internal(3)
const

Methods

toString() → String
Returns a string representation of this object.