RenameSafeParams
Parameters for renameSafe.
Import:
import type { RenameSafeParams } from 'obsidian-dev-utils/obsidian/vault';Signature:
export interface RenameSafeParamsProperties
| Property | Type | Description |
|---|---|---|
| app | App | The application instance. |
| newPath | string | The new path to rename the file to. |
| oldPathOrAbstractFile | PathOrAbstractFile | The old path or abstract file to rename. |
Links to this page: