CopySafeParams
Parameters for copySafe.
Import:
import type { CopySafeParams } from 'obsidian-dev-utils/obsidian/vault';Signature:
export interface CopySafeParamsProperties
| Property | Type | Description |
|---|---|---|
| app | App | The application instance. |
| newPath | string | The new path to copy the file to. |
| oldPathOrFile | PathOrFile | The old path or file to copy. |
Links to this page: