blob: da3e4b594a26345133b3997ed2fa5a2f0a70a99d [file] [log] [blame]
// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
// @dart=2.10
import 'dart:io' show Platform;
/// If we have `dart:io` available, we pull the current operating system from
/// the [Platform] class, so we'll get errno values that match our current
/// operating system.
final String operatingSystem = Platform.operatingSystem;