escape
escape(
pathname:string):string
Defined in: packages/pythonlib/src/glob.node.ts:146
Escape all special characters in a pathname.
Parameters
| Parameter | Type | Description |
|---|---|---|
pathname | string | The path to escape |
Returns
string
Escaped path safe for use in glob patterns