bitburner-src/markdown/bitburner.ns.read.md
2021-11-12 15:42:57 -05:00

738 B

Home > bitburner > NS > read

NS.read() method

Read content of a file.

Signature:

read(handle: string): any;

Parameters

Parameter Type Description
handle string Port or text file to read from.

Returns:

any

Data in the specified text file or port.

Remarks

RAM cost: 0 GB

This function is used to read data from a port or 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.