Backend\Modules\Extensions\Actions\UploadTheme::isWritable PHP Method

isWritable() private method

Do we have write rights to the modules folders?
private isWritable ( ) : boolean
return boolean
    private function isWritable()
    {
        return BackendExtensionsModel::isWritable(FRONTEND_PATH . '/Themes');
    }