Please extend CopyDirectory()

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
Little John
Addict
Addict
Posts: 4519
Joined: Thu Jun 07, 2007 3:25 pm
Location: Berlin, Germany

Please extend CopyDirectory()

Post by Little John »

Please extend the built-in function CopyDirectory(), so that it supports a callback routine and a cancel option -- like ts-soft's CopyDirEx module does. While ts-soft's code works fine, this is a basic and important function, so that it would be good to have the extended version directly built-in in PB.
At the moment, for instance when a new user reads about PB's function CopyDirectory() in the manual, s/he might not know or might not even suspect that there is a far more versatile directory copying function on the forum.