bitburner-src/markdown/bitburner.ns.rm.md
Olivier Gagnon feb0430aff work on doc
2021-10-30 15:46:34 -04:00

806 B

Home > bitburner > NS > rm

NS.rm() method

Removes the specified file from the current server. This function works for every file type except message (.msg) files.

Signature:

rm(name: string, host?: string): boolean;

Parameters

Parameter Type Description
name string Filename of file to remove. Must include the extension.
host string Host or IP Address of the server on which to delete the file. Optional. Defaults to current server.

Returns:

boolean

True if it successfully deletes the file, and false otherwise.

Remarks

RAM cost: 1 GB