When I run my node.js application as Windows Service using node-windows I have the problem. My appliction can't read files with absolute paths like
var filePath = "C:\\someFolder\\someFile.json";
When I run my node.js application from console using node server.js
all works great. Where is problem?