What is considered best practice for specifying an executable in system() or exec()?
My objective is write portable code that uses the user's executable search path while at the same time complex escaping of arguments to the executable.
Regards
Arthur