I need to read the PATH environment variable and make use of it in a program
I'm writing, the problem is, the PATH contains ~ references which the kernel
doesn't like one bit. Is there a function I can call to expand the path?
If not, how do I get the home directory of a user? Thanks!