blob: 3766d63fa4b5269b1475dfbade0337b55269dff9 [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.
library file.src.interface;
import 'dart:async';
import 'dart:convert';
import 'io.dart' as io;
export 'io.dart';
part 'interface/directory.dart';
part 'interface/file.dart';
part 'interface/file_system.dart';
part 'interface/file_system_entity.dart';
part 'interface/link.dart';