unlink
constunlink: (p:string) =>Promise<void> =remove
Defined in: packages/pythonlib/src/os.node.ts:214
Remove a file (alias for remove)
Remove a file
Parameters
| Parameter | Type |
|---|---|
p | string |
Returns
Promise<void>
constunlink: (p:string) =>Promise<void> =remove
Defined in: packages/pythonlib/src/os.node.ts:214
Remove a file (alias for remove)
Remove a file
| Parameter | Type |
|---|---|
p | string |
Promise<void>