Refreshing a folder can happen in two ways:
This supports both the newer post-Node 14.14.0 method, fs.rmSync(), and the older method, fs.rmdirSync().
fs.rmSync()
fs.rmdirSync()
Generated using TypeDoc
Refreshing a folder can happen in two ways:
This supports both the newer post-Node 14.14.0 method,
fs.rmSync()
, and the older method,fs.rmdirSync()
.