App\services\Storage::exists PHP Method

exists() public static method

public static exists ( $filename )
    public static function exists($filename)
    {
        return file_exists($filename);
    }