Universal path for apps with point of entry in root index.php
<?php $path = realpath(dirname($_SERVER['SCRIPT_FILENAME'])) . DIRECTORY_SEPARATOR . 'dir' . DIRECTORY_SEPARATOR . $file . '.php';