Katie

Results 21 comments of Katie

I was able to get the cwd using cygwin32 on Windows 7. exec(`readlink -e /proc/${pid}/cwd`, (err, stdout) => { const cwd = stdout.trim(); /* ... */ } I'm not sure...