dart-lang / tools

This repository is home to tooling related Dart packages.
BSD 3-Clause "New" or "Revised" License
30 stars 21 forks source link

Add Directory.copy (and Directory.copySync) #609

Open tvolkert opened 7 years ago

tvolkert commented 7 years ago

Something along the lines of this:

https://github.com/flutter/flutter/blob/ee97e5639ec704df4b5179cc88ebc19f0de9d8bd/packages/flutter_tools/lib/src/base/file_system.dart#L35

(originally filed by @xster)

sgehrman commented 4 years ago

found this: https://pub.dev/documentation/io/latest/io/copyPathSync.html