unlink()
↔ fs
Static Method to async
remove file/Symbolic Link
unlink(path: string): void
call fs
.unlink()
via try...catch
block to handle possible error
unlink()
↔ fs
Static Method to async
remove file/Symbolic Linkunlink(path: string): void
call fs
.unlink()
via try...catch
block to handle possible error