FileSystemEntityExtension extension

Wrapper around dart:io's FileSystemEntity class.

on

Properties

extension String

Available on FileSystemEntity, provided by the FileSystemEntityExtension extension

no setter

Methods

delete_() Future<void>

Available on FileSystemEntity, provided by the FileSystemEntityExtension extension

Deletes the FileSystemEntity.
exists_() Future<bool>

Available on FileSystemEntity, provided by the FileSystemEntityExtension extension

Checks whether the FileSystemEntity exists or not.
existsSync_() bool

Available on FileSystemEntity, provided by the FileSystemEntityExtension extension

Checks whether the FileSystemEntity exists or not.
explore_() → void

Available on FileSystemEntity, provided by the FileSystemEntityExtension extension

Displays a File or Directory in the host operating system's file explorer.