DataAdapter.remove method
DataAdapter › remove
Official
Delete a file.Signature:
remove(normalizedPath: string): Promise<void>Parameters:
| Parameter | Type | Description |
|---|---|---|
| normalizedPath | string | path to file, use {@link normalizePath} to normalize beforehand. |