Delphi CopyFile command


[ DelphiLand Discussion Forum ]

Posted by sam sgling07 on April 04, 2003 at 15:39:18:

Someone please help me on this as well.
I would like to copy a file from a directory to another directory. but when I specified the path using the COPYFILE(mPath+'xxx', mPath+'yyy',..), it gives me error - incompatible types: 'String' and 'PChar'. How to solve this problem? or is there any way or any command that I can use to copy the file.
Thanks for helping me.


Related Articles and Replies:


[ DelphiLand Discussion Forum ]