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 or folder to. |
| oldPathOrFile | PathOrAbstractFile | The old path, file or folder to copy. A folder is copied with its whole subtree. |
Links to this page: