GetAbstractFilePathSafeParams
Parameters for getAbstractFilePathSafe.
Import:
import type { GetAbstractFilePathSafeParams } from 'obsidian-dev-utils/obsidian/vault';Signature:
export interface GetAbstractFilePathSafeParamsProperties
| Property | Type | Description |
|---|---|---|
| app | App | The application instance. |
| path | string | The path of the file or folder to get a safe path for. |
| type | FileSystemType | The type of the file system object. |
Links to this page: