rm() Netscript Function

rm(fn[, hostname/ip=current server])
Arguments:
  • fn (string) – Filename of file to remove. Must include the extension
  • hostname/ip (string) – Hostname or IP Address of the server on which to delete the file. Optional. Defaults to current server
Returns:

True if it successfully deletes the file, and false otherwise

RAM cost:

1 GB

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