function fp_get_files_path

6.x misc.inc fp_get_files_path()
5.x misc.inc fp_get_files_path()

Convenience function to return the /files system path. Does NOT end with a trailing slash.

File

includes/misc.inc, line 1206
This file contains misc functions for FlightPath

Code

function fp_get_files_path() {
  return $GLOBALS ["fp_system_settings"]["file_system_path"] . "/custom/files";
}