[TYPO3-mvc] Resolve file path from file:xx

Sebastian Zarges sebastian.zarges at ewikon.com
Thu Jul 23 08:13:16 CEST 2015


Hello Frans,
thank you very much, after injecting the ResourceFactory your answer works perfect.

/**
 * @var \TYPO3\CMS\Core\Resource\ResourceFactory
 * @inject
 */
protected $resourceFactory;

$fileObject = $this->resourceFactory->retrieveFileOrFolderObject('file:123');


More information about the TYPO3-project-typo3v4mvc mailing list