Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Latest commit

 

History

History
33 lines (19 loc) · 819 Bytes

bitburner.ns.rm.md

File metadata and controls

33 lines (19 loc) · 819 Bytes

Home > bitburner > NS > rm

NS.rm() method

Delete a file.

Signature:

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

Parameters

Parameter Type Description
name string Filename of file to remove. Must include the extension.
host string (Optional) Hostname 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

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