<!-- Do not edit this file. It is automatically generated by API Documenter. --> [`DataAdapter`](DataAdapter) › [`trashSystem`](DataAdapter/trashSystem) ## DataAdapter.trashSystem() method Try moving to system trash. **Signature:** ```typescript trashSystem(normalizedPath: string): Promise<boolean>; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | <code>normalizedPath</code> | <code>string</code> | path to file/folder, use [normalizePath()](normalizePath) to normalize beforehand. | **Returns:** `Promise<boolean>` Returns true if succeeded. This can fail due to system trash being disabled.