isBaseFile
Checks if the given file is a base file.
Import:
import { isBaseFile } from 'obsidian-dev-utils/obsidian/file-system';Signature:
function isBaseFile(pathOrFile: PathOrAbstractFile | null): booleanParameters:
| Parameter | Type | Description |
|---|---|---|
pathOrFile | PathOrAbstractFile | null | The path or file to check. |
Returns: boolean — A boolean indicating whether the file is a base file.