Hope everyone is doing well.
I'm using Vugen/LoadRunner and need to copy a file from my local to a network share.
I would like to get away from cmd line to copy a file.
Mainly this:
printf(command, "%s", dirName);
system(command);
Spinning up 50 instances of cmd is cumbersome.
I'm wanting to do in pure c code in Vugen.
Would this information be sufficient explanation for anyone to provide some feedback when they have time?
Cheers, DJay :)
Query Google for "C" and "File Copy"
http://msdn.microsoft.com/en-us/library/windows/desktop/aa363851%28v=vs.85%29.aspx