DataAdapter
โบ remove
DataAdapter.remove() method
Delete a file.
Signature:
remove(normalizedPath: string): Promise<void>;
Parameters
Parameter | Type | Description |
---|---|---|
normalizedPath | string | path to file, use normalizePath() to normalize beforehand. |
Returns:
Promise<void>