Trouble copying a file from one location to another

for some reason which i dont see jet i’m not getting this file “P1600544M” which is a .txt file copied from 1 location to another.

what I’m i doing wrong?
any suggestions?

tell application “Finder”
copy file “P1600544M” of folder “ePMFiles” of folder “Development environment” of disk �
“PROJECT_TRICHOGASTERLEERI” to folder “Intern_pTL” of folder “P1600544M” of folder “Dir_VDW” of disk “PROJECT_TRICHOGASTERLEERI”

end tell

Try “duplicate” instead of “copy”.

– Rob