nx.js
NamespacesSwitchFunctions

remove

remove(path): Promise<void>

Removes the file or directory recursively specified by path.

Parameters

ParameterTypeDescription
pathPathLikeFile path to remove.

Returns

Promise<void>

On this page