nx.js
NamespacesSwitchFunctions

removeSync

removeSync(path): void

Synchronously removes the file or directory recursively specified by path.

Parameters

ParameterTypeDescription
pathPathLikeFile path to remove.

Returns

void

On this page