loadStrings(file_path);
Read a file as an array of strings split by line
Arguments
file_path
The path of the filefile = loadStrings("./your-file.txt");
print(file)
loadStrings(file_path);
Read a file as an array of strings split by line
file_path
The path of the filefile = loadStrings("./your-file.txt");
print(file)