Allows you to read text files with variety of encodings.
Example
Running this code will create a UI button labeled "Read" that will read the file "C:\Users\user\Desktop\TEST.csv", then will load the contents as HTML.
ui button("Read") {
load html($plugin function("Data and Files Automation.dll", "$read file 2", "C:\\Users\\user\\Desktop\\TEST.csv", "ANSI"))
}