bitburner-src/markdown/bitburner.ns.read.md
Olivier Gagnon 8b69fd7faa doc
2022-01-15 18:39:37 -05:00

706 B

Home > bitburner > NS > read

NS.read() method

Read content of a file.

Signature:

read(handle: string): any;

Parameters

Parameter Type Description
handle string Filename to read from.

Returns:

any

Data in the specified text file.

Remarks

RAM cost: 0 GB

This function is used to read data from a text file (.txt).

This function will return the data in the specified text file. If the text file does not exist, an empty string will be returned.