Amranidev\ScaffoldInterface\Filesystem\Filesystem::exists PHP Méthode

exists() public méthode

Determine if file is already exists.
public exists ( $file ) : boolean
$file
Résultat boolean
    public function exists($file)
    {
        return file_exists($file);
    }