Amranidev\ScaffoldInterface\Filesystem\Filesystem::exists PHP Method

exists() public method

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