Allows you to split a file into multiple files.
Example
Running this code will split the file "TEST.txt" from "Desktop" to 2.
plugin command("Data and Files Automation.dll", "text file split", "{$special folder("Desktop")}\\TEST.txt", 2, "True")
Allows you to split a file into multiple files.
Running this code will split the file "TEST.txt" from "Desktop" to 2.
plugin command("Data and Files Automation.dll", "text file split", "{$special folder("Desktop")}\\TEST.txt", 2, "True")
Was this helpful?