---
title: "Feature: #93209 - FAL: Add getFile() to TYPO3\\CMS\\Core\\Resource\\Folder"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:feature-93209"
source: "Changelog/11.2/Feature-93209-FALAddGetFileToTYPO3CMSCoreResourceFolder.rst"
typo3-version: "11.2"
typo3-major: 11
type: "feature"
issue: 93209
forge: "https://forge.typo3.org/issues/93209"
tags: ["FAL", "ext:core"]
rendered: "2026-09-25T23:17:45+00:00"
---

# Feature: #93209 - FAL: Add getFile() to TYPO3\\CMS\\Core\\Resource\\Folder {#feature-93209}

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

## Description {#description}

The FAL `\TYPO3\CMS\Core\Resource\Folder` object now contains a new
convenience method `getFile()`.

The `\TYPO3\CMS\Core\Resource\FolderInterface` does not contain the
definition yet, as this would be a breaking change, thus, a comment is added to
make sure the interface gets this addition in TYPO3 v12 as well.

## Impact {#impact}

When dealing as a developer with FAL Folder objects, the method
`$folder->getFile("filename.ext")` can now be used instead of
`$folder->getStorage()->getFileInFolder("filename.ext", $folder)`.
