AssetDatabase.CopyAsset
static function CopyAsset(path: string, newPath: string): bool;
Parameters

path Filesystem path of the source asset.
newPath Filesystem path of the new asset to create.
Description

Duplicates the asset at path and stores it at newPath.

All paths are relative to the project folder, for example: "AssetsMyTextureshello.png".