Never mind - I found it.  Thanks for the good docs.  For posterity or
future searchers - here it is:

windows = g.app.windowList # get the list of all open frames.
g.es("windows...")
for f in windows:
    c = f.c # c is f's commander
    g.es(f)
    g.es(f.shortFileName())
    g.es(c)
    g.es(c.rootPosition())


On Jan 21, 1:12 pm, rhh <[email protected]> wrote:
> Is there a way, independent of platform and from within leo, to get
> the full path of the script I am running using scripting?
>
> Thanks,
>
> Rod Holland
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/leo-editor?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to