RobotStudio event

Read content in files on controller without creating a local copy on PC?

Hello.
I'm currently writing a small program for PC with the PC SDK.
Im trying to wrap my hear around the Controller.FileSystem.
i want to locate and read an xml-file on the remote Controller.
I have found FileSystem.GetFile() But the method requires me to save the file locally.
Is there any way to read the file without copying it?

/ Stefan Lokko