Api/minux.insertline()

From Minux Wiki
Jump to navigation Jump to search

this function is part of the minux. api and used to insert a line into a file

it appends it to the back of the file


usage:

local temp = minux.insertline(filename, inputstring)


output:

true or false depending on success, adds inputstring to the back of filename