bitburner-src/markdown/bitburner.ns.ls.md
2023-03-07 08:04:08 -05:00

788 B

Home > bitburner > NS > ls

NS.ls() method

List files on a server.

Signature:

ls(host: string, substring?: string): string[];

Parameters

Parameter Type Description
host string Hostname of the target server.
substring string (Optional) A substring to search for in the filename.

Returns:

string[]

Array with the filenames of all files on the specified server.

Remarks

RAM cost: 0.2 GB

Returns an array with the filenames of all files on the specified server (as strings). The returned array is sorted in alphabetic order.