file_directory_path()Determine the default 'files' directory.
A string containing the path to Drupal's 'files' directory.
drupal-5/includes/file.inc, line 712
<?php
function file_directory_path() {
return variable_get('file_directory_path', 'files');
}
?>