ExistsParams
Parameters for exists.
Import:
import type { ExistsParams } from 'obsidian-dev-utils/obsidian/file-system';Signature:
export interface ExistsParamsProperties
| 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. |
| path | string | The path to check. |
| type? | FileSystemType | The type of the file system object to check. Default is undefined. |
Links to this page: