Skip to content

doesExist

Checks if the given path exists.

Import:

import { doesExist } from 'obsidian-dev-utils/obsidian/file-system';

Signature:

function doesExist(params: DoesExistParams): boolean

Parameters:

ParameterTypeDescription
paramsDoesExistParamsThe parameters for the check.

Returns: booleantrue if the path exists, false otherwise.


Links to this page: