Get current working directory - getcwd



examples/files/getcwd.php
<?php
  print getcwd();
?>