loadStrings

v0.1.7
loadStrings(file_path);

Read a file as an array of strings split by line.

Arguments

file_pathThe path of the file

file = loadStrings("./your-file.txt");
print(file);

Output

See loadStrings in io.h