PathOrFolder
A path or a folder.
Import:
import type { PathOrFolder } from 'obsidian-dev-utils/obsidian/file-system';Signature:
export type PathOrFolderSignature:
type PathOrFolder = string | TFolderType: string | TFolder
Links to this page:
A path or a folder.
Import:
import type { PathOrFolder } from 'obsidian-dev-utils/obsidian/file-system';Signature:
export type PathOrFolderSignature:
type PathOrFolder = string | TFolderType: string | TFolder
Links to this page: