Is it possible to access local system files in a feature activation event scoped at web application level?
A:
YES, I tried it indirectly instantiating a sp timer job process that streams a temp File getted from a another webservice method.
Maybe this is also possible without this complex timer job scenario, but with the timer job it works perfectly.