Allows you to rename files.
Example
Running this code will scan all ".jpg" file types inside "E:\Sample Folder", then rename all of the files named "Image" to "Picture".
plugin command("Data and Files Automation.dll", "rename files", "E:\\Sample Folder", "*.jpg", "Root Directory Only", "Image", "True", "Picture")