FileSystemEntityType class

The type of an entity on the file system, such as a file, directory, or link.

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

FILE = const FileSystemEntityType._internal(0)
DIRECTORY = const FileSystemEntityType._internal(1)
NOT_FOUND = const FileSystemEntityType._internal(3)

Instance Methods

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