Skip to content

CapacitorAdapter.rename method

CapacitorAdapter › rename

Official

Renames a file.

Signature:

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

Parameters:

Parameter Type Description
normalizedPath string
normalizedNewPath string

Returns: Promise<void>

Since: 1.7.2