File Directory Php

   $imgPath = "./text.txt";
   $absolutePath = realpath($imgPath);
   echo $absolutePath;
?>