Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

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

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
646 views
Welcome To Ask or Share your Answers For Others

1 Answer

Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...