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