Skip to content

escape

escape(pathname: string): string

Defined in: packages/pythonlib/src/glob.node.ts:146

Escape all special characters in a pathname.

Parameters

ParameterTypeDescription
pathnamestringThe path to escape

Returns

string

Escaped path safe for use in glob patterns