FileSystemEntityExtension extension

Wrapper around dart:io's FileSystemEntity class.

on

Properties

extension String
no setter

Methods

delete_() Future<void>
Deletes the FileSystemEntity.
exists_() Future<bool>
Checks whether the FileSystemEntity exists or not.
existsSync_() bool
Checks whether the FileSystemEntity exists or not.
explore_() → void
Displays a File or Directory in the host operating system's file explorer.