CodeIgniter Forums
What is my current working dir? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: What is my current working dir? (/showthread.php?tid=76321)

Pages: 1 2


RE: What is my current working dir? - John_Betong - 05-07-2020

Whenever a relative path fails I always issue:

echo getcwd;
// and
echo _dir_;


RE: What is my current working dir? - richb201 - 05-23-2020

Turned out to be a docker permissions "thing". Seems that named shares in a docker container appear to be owned by user docker inside the container, not the original owner. Solved!