[fpc-pascal] CopyFile for FreePascal without Lazarus?
Bart
bartjunk64 at gmail.com
Thu Apr 18 17:04:15 CEST 2019
On Thu, Apr 18, 2019 at 3:11 AM James Richters
<james at productionautomation.net> wrote:
> I just want to make a copy of a file into a different directory and maintain it's timestamps etc
http://svn.code.sf.net/p/flyingsheep/code/trunk/MijnLib/fsifileutils.pp
It has a filecopy() function with progress event.
Just replace TFileStreamUTF8 with TFileStream and you'r probably done.
--
Bart
More information about the fpc-pascal
mailing list