Memento JavaScript Library: Difference between revisions

Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 184: Line 184:


:; close(): Close the file. It can subsequently be reopened.
:; close(): Close the file. It can subsequently be reopened.
:; getLineNumber(): Get the current line number
::; Returns: The line number, or position, in the file


:; readAll(): Reads all lines of the file, and then closes the file
:; readAll(): Reads all lines of the file, and then closes the file