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

Categories

0 votes
604 views
in Technique[技术] by (71.8m points)

path - how to get rootpath in node.js

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

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

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

2.1m questions

2.1m answers

60 comments

56.8k users

...