require_once 'File.php';
mixed File::buildpath (array $parts [, string $separatir = DIRECTORY_SEPARATOR])
mixed File::buildpath
deprecated
This function can be called statically.
Example 38-1. Using File::write()
<?php require_once 'File.php'; // deprecated Use File_Util::buildPath() instead. ?>