What do I need to look at to see whether I'm on Windows or Unix, etc?
python cross-platform platform-specific platform-agnosticProcess.platform returns "win32" for Windows. On Windows a user's home directory might be C:\Users[USERNAME] or C:\Documents …
node.js filesystems platform-independent home-directory platform-agnostic