This is a cargo for easy opening of files. To get the file into a string: fileOpen((&str)) Returns string To get files line by line fileOpenLines((&str)) Retruns vector To write to a file do : writeFile((&str),(&str)) (file name, file content) Returns i8(1 if success)