eslint-plugin-copilot Documentation / _internal/file-system / pathExists
Function: pathExists()
function pathExists(filePath: string): boolean;
Defined in: _internal/file-system.ts:16
Determine whether an absolute or relative path currently exists on disk.
Parametersâ
| Parameter | Type |
|---|---|
filePath | string |
Returnsâ
boolean