Copy file between two projects

I need to copy a file from on project to another. I tried with below, seems it is not working

from “project1 path/filename”
into “project2 path/file name”

Also i tried Project.copy() , but not worked