I joined a PHP project in which I found path that look like this @template/file.html.twig
.
I would like to do a file_exist("@template/file.html.twig")
but this do not resolve the full path and it return false even if the file exist.
Is there a way to resolve such a path to the real one ?