loadText(file_path);Read a file as a string
Arguments
file_pathThe path of the filefile = loadText("./your-file.txt");
print(file)loadText(file_path);Read a file as a string
file_pathThe path of the filefile = loadText("./your-file.txt");
print(file)