Skip to content

FileSystemAdapter.copy method

FileSystemAdapter › copy

Official

Copies a file.

Signature:

copy(normalizedPath: string, normalizedNewPath: string): Promise<void>

Parameters:

ParameterTypeDescription
normalizedPathstring
normalizedNewPathstring

Returns: Promise<void>