---
title: "Deprecation: #85760 - GeneralUtility::unQuoteFilenames"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:deprecation-85760"
source: "Changelog/9.4/Deprecation-85760-GeneralUtilityunQuoteFilenames.rst"
modified: "2026-09-15T10:46:36+00:00"
---

# Deprecation: #85760 - GeneralUtility::unQuoteFilenames

See [forge#85760](https://forge.typo3.org/issues/85760)

## Description

The method `GeneralUtility::unQuoteFilenames()` has been marked as deprecated and will be removed in TYPO3 v10.

## Impact

Calling the mentioned method will trigger a PHP `E_USER_DEPRECATED` error.

## Affected Installations

Third party code which accesses the method.

## Migration

No migration available.
