nodo FS ruta completa

var path = require("path");
var absolutePath = path.resolve("Relative file path");
Muddy Manatee