How to access context.cwd
#43
Answered
by
meteorlxy
Mister-Hope
asked this question in
Q&A
-
A new question here, I found:
But is there a way to acccess the cwd path which used to be |
Beta Was this translation helpful? Give feedback.
Answered by
meteorlxy
Jan 31, 2021
Replies: 1 comment 3 replies
-
The concept of BTW, you'd better access those directory via |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
Mister-Hope
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The concept of
cwd
is only valid in cli. Core only need to handle absolute paths.BTW, you'd better access those directory via
app.dir
helpers