All,
I am using popen in some C code. It may set errno if it fails.If so, where can I find the value information?
For instance, say the directory does not exist? Or the file does not exist?
I know there is a header file I am too blind to find...
Thx,
Steve