| base_path | includes/common.inc | Returns the base URL path of the Drupal installation.
At the very least, this will always default to /. |
| drupal_build_css_cache | includes/common.inc | Aggregate and optimize CSS files, putting them in the files directory. |
| file_check_directory | includes/file.inc | Check that the directory exists and is writable. Directories need to
have execute permissions to be considered a directory by FTP servers, etc. |
| file_create_path | includes/file.inc | Make sure the destination is a complete path and resides in the file system
directory, if it is not prepend the file system directory. |
| file_save_data | includes/file.inc | Save a string to the specified destination. |