FileSystemAdapter โ€บ rename

FileSystemAdapter.rename() method

Signature:

rename(normalizedPath: string, normalizedNewPath: string): Promise<void>;

Parameters

ParameterTypeDescription
normalizedPathstring
normalizedNewPathstring

Returns:

Promise<void>