I want to acces files outside my main.js folder,below is my folder structure:
ent
src
ep
main.js
config
abc.js
xyz.js
I have tried doing var config_src = __dirname+"/../../config" it works fine, but not acceptable bt my TL.What is the other way to get the path of congig folder?