I have a folder called "helper", in that folder I have tools.js, I need to get the path to a folder called "data" from tools.js.
I have this right now, but that does not work as I thought.
let myPath = __dirname + "../data/";
RootFolder
Helperools.js
Data
How do I get the path to my rootfolder so that I can append the data folder to it and get the desired path?
question from:
https://stackoverflow.com/questions/66062646/how-to-get-rootpath-in-node-js 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…