BT.has_path

BT.has_path

BT.has_path

Function

determines whether the current valid PATH contains the specified path.

Syntax

Parameters

ParametersTypeRequiredDefault valueDescription
pathStringYesNoneThe path to be determined.

Return Value

TypeDescription
BoolReturns true if PATH contains the path, otherwise returns false.

Examples

Notes

  • Path text comparison under Windows is not case sensitive.