[TYPO3-dev] How is FILE:EXT: resolved

Jigal van Hemert jigal.van.hemert at typo3.org
Tue Jan 28 09:30:35 CET 2014


Hi,

On 28-1-2014 9:06, Philipp wrote:
> Problem was FILE:EXT:{PATH} was not resolved by
> \TYPO3\CMS\Core\Utility\GeneralUtility::getFileAbsFileName
> I had to do a stringReplace to only pass EXT:{PATH}

That's correct. The FILE: prefix is only used in a few places and 
handled there in the code instead of a central function. 
GeneralUtility::getFileAbsFileName() does the handling of EXT: for you.

 From your original post it seems that you somehow want to look into a 
flexform datastructure. Xavier already pointed to the place in the core 
that does exactly that.

Besides, no matter how frustrated you are at the moment you write a 
post, a remark such as you included at the end of your post will only 
reduce the number of replies.

-- 
Jigal van Hemert
TYPO3 CMS Active Contributor

TYPO3 .... inspiring people to share!
Get involved: typo3.org



More information about the TYPO3-dev mailing list