I'm trying to make this system call work. it works in case there is no space in address, but it doesn't work if there's a space in address...
this call copies a file from one place to another.
how to escape space in this code properly?
char buffer[300];
snprintf(buffer, sizeof(buffer), "copy %s\\%s %s", AssistPath, apiFileName, path);
system(buffer);
Space is matter? Then why don't you try this code?