Skip to content

FileSystemAdapter.trashLocal method

FileSystemAdapter › trashLocal

Official

Move to local trash. Files will be moved into the .trash folder at the root of the vault.

Signature:

trashLocal(normalizedPath: string): Promise<void>

Parameters:

Parameter Type Description
normalizedPath string

Returns: Promise<void>