tree: d5e279c2a8e011a072f67da5839ba2899d7b1689 [path history] [tgz]
  1. lib/
  2. test/
  3. .gitignore
  4. .travis.yml
  5. analysis_options.yaml
  6. AUTHORS
  7. CHANGELOG.md
  8. LICENSE
  9. pubspec.yaml
  10. README.md
pkgs/io/README.md

io

Contains utilities for the Dart VM's dart:io.

Usage

Files

isExecutable

Returns whether a provided file path is considered executable on the host operating system.

Processes

ExitCode

An enum-type class that contains known exit codes.