How to get the real path from the app?

I was working the app locally and my path to access a file was this

let completeroute = path.join(‘…/ceoa123456/’, ‘docs’);

but in the deployed system it changes and now I don’t know what it is.

thanks.

Hi @tassierry,
Welcome to the community,
Can you please share what language are you using? Is it Nodejs?
If so, please have a look at this

1 Like

From How To to Questions / Help

Added nodejs

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.