Absolute Directory

hello everyone I
am having trouble with this script here.

<?
//the absolute location of where you want to upload it
//the directory must be chmoded 777
//jpgimage is the name from the top
copy($swf, "/home2/public_html/cherrywrapper/portal
                          thumbs/$swf");
unlink($swf);
?> 

 

i am not sure how to Get my absolute Directory to work right

copy($swf, "/home2/public_html/cherrywrapper/portal

thats is it there I think am not to sure.

What would mine be if

I ant it to upload to the portal folder.

Host Name = haphaz.com
website name = www.cherrywrapper.com

Can Any One help[