Skip to content

ExistsParams

Parameters for exists.

Import:

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

Signature:

export interface ExistsParams

Properties

PropertyTypeDescription
appAppThe Obsidian App instance.
isCaseInsensitive?booleanSpecifies whether to perform a case-insensitive search. When undefined or not specified, the behavior is determined by the actual file system.
pathstringThe path to check.
type?FileSystemTypeThe type of the file system object to check. Default is undefined.

Links to this page: