batch_rename library

Batch rename files in the current working directory.

Functions

rename(String path, String substring, String newString, bool recursive, bool numbered) Future<int>
Rename all files that match the substring to newString in a given path.