GetFolderOrNullParams
Parameters for getFolderOrNull.
Import:
import type { GetFolderOrNullParams } from 'obsidian-dev-utils/obsidian/file-system';Signature:
export interface GetFolderOrNullParamsProperties
| Property | Type | Description |
|---|---|---|
| app | App | The Obsidian App instance. |
| isCaseInsensitive? | boolean | Specifies whether to perform a case-insensitive search. When undefined or not specified, the behavior is determined by the actual file system. |
| pathOrFolder | null | PathOrFolder | The path or folder to retrieve the folder from. |
Links to this page: