FOF30\Platform\Joomla\Filesystem::fileExists PHP Method

fileExists() public method

Does the file exists?
public fileExists ( $path ) : boolean
$path string Path to the file to test
return boolean
    public function fileExists($path)
    {
        return \JFile::exists($path);
    }