Skip to content

GetFileOrNullParams

Parameters for getFileOrNull.

Import:

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

Signature:

export interface GetFileOrNullParams

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.
pathOrFilenull | PathOrFileThe path or file.

Links to this page: