Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

140
Vistas
Why absolute-path is not working in my project?

the hierarchy of my files looks something like:

BACKEND(COMPLETE)
->Routers
   ->userrouter.js
->login.html

I wanted the access of my login.html file in userrouter.js for which I copied the Path(absolute) of the login.html file.

But I am getting this error:

path must be absolute or specify root to res.sendFile()

My Code:

function loginUser(req,res)
{
res.sendFile('C:\Users\ASUS\Desktop\backend(complete)\login.html');
res.end();
}
about 4 years ago · Juan Pablo Isaza
2 Respuestas
Responde la pregunta

0

Try modifying C:\Users\ASUS\Desktop\backend(complete)\login.html to C:/\Users/\ASUS/\Desktop/\backend(complete)/\login.html

Try using path (path.join) npm package which Node provides out of the box to avoid this confusion irrespective of the OS.

about 4 years ago · Juan Pablo Isaza Denunciar

0

Try the Npm package path and use path.join(["yourpath", "here") for cross system compatibility. Note that every part between slashes needs to be its own entry in the array.

about 4 years ago · Juan Pablo Isaza Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda