G
Gil
I am running a C++ process on Solaris that needs
to find out how much diskspace is free and used on
the system.
Is 'system' in stdlib.h the only way to make OS calls
from C++?
In this case, I will probably be making unix calls like
'df' or 'statvfs' to get the diskspace information and
redirecting it to a file, and then opening and reading
the output.
Gil
to find out how much diskspace is free and used on
the system.
Is 'system' in stdlib.h the only way to make OS calls
from C++?
In this case, I will probably be making unix calls like
'df' or 'statvfs' to get the diskspace information and
redirecting it to a file, and then opening and reading
the output.
Gil