core/src/move library

Functions

move(String from, String to, {bool overwrite = false}) → void
Move a file from one location to another.
moveDir(String from, String to) Future<void>
Move a directory from one location to another.