blob: db868762bc8251dd8b4c2413ec73109dc9228d1d [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 'package:path/path.dart' as path;
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';