Skip to content

FileSystemAdapter.remove method

FileSystemAdapter › remove

Official

Removes a file.

Signature:

remove(normalizedPath: string): Promise<void>

Parameters:

Parameter Type Description
normalizedPath string

Returns: Promise<void>