Amranidev\ScaffoldInterface\Filesystem\Filesystem::exists PHP 메소드

exists() 공개 메소드

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