Allows you to name and create a file in a loop.
Example
Running this code will loop this process for 3 times: save file to "Desktop" as "Num.txt", with 10 characters of random texts per .txt file.
save to file($plugin function("Data and Files Automation.dll", "$create file loop name", "{$special folder("Desktop")}\\Num.txt", "_", 1000, "True"),$random text(10))