getAbstractFile
Retrieves the TAbstractFile object for the given path or abstract file.
Import:
import { getAbstractFile } from 'obsidian-dev-utils/obsidian/file-system';Signature:
function getAbstractFile(params: GetAbstractFileParams): TAbstractFileParameters:
| Parameter | Type | Description |
|---|---|---|
params | GetAbstractFileParams | The parameters for the retrieval. |
Returns: TAbstractFile — The abstract file.
Links to this page: