Skip to content

exists

Checks if the given path exists.

Import:

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

Signature:

function exists(params: ExistsParams): boolean

Parameters:

ParameterTypeDescription
paramsExistsParamsThe parameters for the check.

Returns: booleantrue if the path exists, false otherwise.


Links to this page: