I am trying to write a Configuration Entry point that will operate on the SequenceFile that is currently loaded. Let's say for now that I simply want to query the path of the SeuqenceFile.
I see that there is a "Entry Point Ignores Client File" checkbox on the sequence properties of my new Configuration Entry Point... this implies to me that the Entry Point should be able to access the Client SequenceFile somehow... but how?
I have tried RunState.ProcessModelClient.Path, and it's empty.
Any other ideas?