FOF30\Platform\Joomla\Filesystem::fileExists PHP Метод

fileExists() публичный Метод

Does the file exists?
public fileExists ( $path ) : boolean
$path string Path to the file to test
Результат boolean
    public function fileExists($path)
    {
        return \JFile::exists($path);
    }