Borland Pascal 7.0: How can I copy a file in Windows without using the MS-DOS copy?

Borland Pascal 7.0: How can I copy a file in Windows without using the MS-DOS copy?

Post by Alex van Gul » Wed, 01 Mar 1995 21:35:29



Hello.

I am new to Windows programming. In my application I want to make a copy of
a file. I tried LZCopy(HFileIn, HFileOut) (HFileIn and HFileOut are handles
to the files), but no succes. The copy is created, but its size is zero. Am
I overlooking something?

Regards.

Alex van Gulik