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