Node.js – Find home directory in platform agnostic way
Process.platform returns “win32” for Windows. On Windows a user’s home directory might be C:\Users[USERNAME] or C:\Documents and Settings[USERNAME] depending on which version of … Read more
Process.platform returns “win32” for Windows. On Windows a user’s home directory might be C:\Users[USERNAME] or C:\Documents and Settings[USERNAME] depending on which version of … Read more
What do I need to look at to see whether I’m on Windows or Unix, etc? 26 s 26 >>> import os >>> … Read more