bitburner-src/markdown/bitburner.ns.read.md
omuretsu 06a985bdf8 Revert "Remove markdown from git tracking (#139)"
This reverts commit bbb6e3f309935aebac74ddb1fbeec12dfb7540b1.
2022-10-21 11:16:00 -04:00

737 B

Home > bitburner > NS > read

NS.read() method

Read content of a file.

Signature:

read(filename: string): string;

Parameters

Parameter Type Description
filename string Name of the file to be read.

Returns:

string

Data in the specified text file.

Remarks

RAM cost: 0 GB

This function is used to read data from a text file (.txt) or script (.script, .js).

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