BT.remove_path

BT.remove_path

BT.remove_path

Function

removes a path from the currently valid PATH.

Syntax

Parameters

ParametersTypeRequiredDefault valueDescription
pathStringYesNoneThe path to delete.

Return Value

TypeDescription
BoolReturns true if deleted successfully; returns false if not found.

Examples

Notes

  • The path will be parsed according to BT path rules first.
- Delete results are written back to the BT runtime PATH overlay.