FileSystemAdapter.rename method
FileSystemAdapter › rename
Official
Renames a file.Signature:
rename(normalizedPath: string, normalizedNewPath: string): Promise<void>Parameters:
| Parameter | Type | Description |
|---|---|---|
| normalizedPath | string | |
| normalizedNewPath | string |