Robert Lemke wrote:
> However, if you would like to access a file in the Resources folder of package "Foo", you can use FLOW3's stream handler for this:
>
> $content = file_get_contents('package://Foo/Private/My/SpecialFile.txt');
>
Exactly what I was looking for. Thanks, Robert!
Zach