Skip to content

CopySafeParams

Parameters for copySafe.

Import:

import type { CopySafeParams } from 'obsidian-dev-utils/obsidian/vault';

Signature:

export interface CopySafeParams

Properties

PropertyTypeDescription
appAppThe application instance.
newPathstringThe new path to copy the file to.
oldPathOrFilePathOrFileThe old path or file to copy.

Links to this page: