Allows you to convert the encoding of a files content.
Example
Running this code will convert "Test_2.txt" saved in "Desktop" to "UTF-8", saving it as "Test_5.txt" in "Desktop".
plugin command("Data and Files Automation.dll", "text file encoding", "{$special folder("Desktop")}\\Test_2.txt", "{$special folder("Desktop")}\\Test_5.txt", "Default", "UTF-8")