Add ExitCode, an enum-like class. (#5)

4 files changed
tree: d5e279c2a8e011a072f67da5839ba2899d7b1689
  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
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.