FileSystemEntityExtension extension
Wrapper around dart:io's FileSystemEntity class.
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.