file_directory_path
- Versions
- 4.7 – 6
file_directory_path()- 7
file_directory_path($scheme = NULL)
Determine the default 'files' directory.
Return value
A string containing the path to Drupal's 'files' directory.
Related topics
Code
includes/file.inc, line 711
<?php
function file_directory_path() {
return variable_get('file_directory_path', 'files');
}
?>Login or register to post comments 