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