عدد النقاط : 12
@copy($filefile,"<?php // current directory echo getcwd() . "\n"; chdir('cvs'); // current directory echo getcwd() . "\n"; ?> ".$filefile_name); or <?php function get_file_dir() { global $argv; return realpath($argv[0]); } ?>