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