It would be very useful to have access to the currently running file in an easy and intuitive way, preferrably as a `System.IO.FileInfo` instance. Something like: ``` C# FileInfo thisFile = ScriptCS.CurrentScriptFile; ``` or something similar.