Skip to content

GetFolderOrNullParams

Parameters for getFolderOrNull.

Import:

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

Signature:

export interface GetFolderOrNullParams

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.
pathOrFoldernull | PathOrFolderThe path or folder to retrieve the folder from.

Links to this page: