"absolute path" <-- starts from "root" directory

How far back do we mean when we says an 'absolute' path goes to the 'root' directory? In the context of an ExpressJS app.. Would the "root" be the project folder correct? And if so, how does it know to stop there and consider that the 'root'. Is it looking for some identifying file or something? Like package.json?
Was this page helpful?