adnan360 / lazarus-foldercopy

Simple directory copy example in Lazarus. Uses LCL, so should be cross platform. Moved to: https://gitlab.com/adnan360/lazarus-foldercopy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lazarus-foldercopy

Simple directory copy example in Lazarus. Uses LCL, so should be cross platform.

Also, has checkboxes for flags passed to copy function. So should be easy to check functionality before implementing in a project.

Simple cross platform folder copy example written in Lazarus

If you want to check out the compiled executable (EXEs), click on the Release link above. You could find executables for Windows and Linux there. For Linux executable, try chmod +x /path/to/proj_foldercopy and then you can execute it.

The executables may be compressed with UPX, so some anti virus programs may show a false positive. If unsure, you can compile yourself.

License: CC0 - do whatever you want with it!

About

Simple directory copy example in Lazarus. Uses LCL, so should be cross platform. Moved to: https://gitlab.com/adnan360/lazarus-foldercopy


Languages

Language:Pascal 100.0%