Hi guys, im just wondering... say i wanted to do some file operations like delete a file/copy a file. Which would be faster:
Using System.IO or Using Windows API?
MY application needs to go as fast as possible as its copying alot of files.
Thanks, Dan
Using System.IO or Using Windows API?
MY application needs to go as fast as possible as its copying alot of files.
Thanks, Dan