File "getcwd.php"
Full Path: /home/analogde/www/CGI/MASSAGE_TEST/getcwd.php
File size: 52 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
$fullpath = getcwd();
echo $fullpath;
?>