Vugen - Copy image file from one folder to shared directory - C Code only

1.2k views Asked by At

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 :)

1

There are 1 answers

1
James Pulley On