exists
Checks if the given path exists.
Import:
import { exists } from 'obsidian-dev-utils/obsidian/file-system';Signature:
function exists(params: ExistsParams): booleanParameters:
| Parameter | Type | Description |
|---|---|---|
params | ExistsParams | The parameters for the check. |
Returns: boolean — true if the path exists, false otherwise.
Links to this page: