Hi,
I am writing a C console application in .NET 2003 IDE.
Is there any function to copy file(s)
I have included "direct.h" header file but it does not seem to support copying file.
I am left with the only system() call option which i guess does not satisfy me performance needs
Thanks in advance
