Stephen Clower wrote:
I am trying to find a way to obtain a list of all active set files in one of my scripts.

Technically, you can only have one active set file at a time, just like you can only have one active window at a time. So what exactly are you trying to list?

If you just want to know what set files have been loaded, then you can do something like (in Immed):

For Each x in DesktopWindow.Children : If x.Style.Overlapped Then : print x.SetFileName : End If : Next

Of course, you'll get wineyes.000 for almost every single window, so you might want to weed that out.

Aaron

--
To insure that you receive proper support, please include all past
correspondence (where applicable), and any relevant information
pertinent to your situation when submitting a problem report to the GW
Micro Technical Support Team.

Aaron Smith
GW Micro
Phone: 260/489-3671
Fax: 260/489-2608
WWW: http://www.gwmicro.com
FTP: ftp://ftp.gwmicro.com
Technical Support & Web Development

Reply via email to