Page 1 of 1

API File Copy

Posted: Mon Sep 07, 2009 5:32 pm
by John Davidson
This Liberty BASIC demo uses "SHFileOperationA" API to copy, move, or recycle complete folders.

For copy and move, Windows will create topmost folder when necessary and all sub-folders from the source folder.

In this demo, collision detection is turned on and instead of overwriting existing files, copies will be made.

John