blob: 3fc657a95e802f908283883d1f09abac9ffb4aff [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.forwarding;
import 'dart:async';
import 'dart:convert';
import 'package:file/src/io.dart' as io;
import 'package:file/file.dart';
import 'package:meta/meta.dart';
import 'package:path/path.dart' as p;
part 'forwarding/forwarding_directory.dart';
part 'forwarding/forwarding_file.dart';
part 'forwarding/forwarding_file_system.dart';
part 'forwarding/forwarding_file_system_entity.dart';
part 'forwarding/forwarding_link.dart';