Question
Getting List of Files in the Local Workspace
I am using J-Link and I want to import a file to the workspace and check to see how many files end up in the workspace. If I import a generic, the number of files should be equal to the generic and its instances. But I do not see any methods that will let me get a count. I tried Session.ListModels but it always returns a size of zero.
Any ideas?

