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