Api/minux.replaceline(): Difference between revisions

From Minux Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 7: Line 7:
'''usage:'''
'''usage:'''


dev.replaceline(filename, input, output)
minux.replaceline(filename, input, output)





Latest revision as of 04:17, 4 October 2024

this function is part of the minux. api and used to replace a line in a file with another value

it takes a filename(absolute path), input and output variable.


usage:

minux.replaceline(filename, input, output)


output:

replaces the line containing "input" with the line containing "output" in filename.

outputs true if file found, false if not