Module jfs

Module jfs 

Source
Expand description

file system

Functionsยง

open
Opens a file for reading.
read
Reads the content of a file and returns it in a single string.
readlines
Reads all the lines of a file and returns them in a vector.