Api/minux.insertline()

From Minux Wiki
Revision as of 01:24, 10 October 2024 by Shorun (talk | contribs) (Created page with "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")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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