Current file path for layout

edited October 2014 in Ruby Scripting
Hi,
Is there a way of getting the file path of the current layout? I've seen that information in the menu command File>Layout Statistics but I haven't found how to get at that.

Comments

  • edited November -1

    Do you mean "getting by script"?

    That is available through the "CellView". For example:

    RBA::CellView::active.filename
    

    Matthias

  • edited November -1
    Thank you, that is exactly what I was looking for.
Sign In or Register to comment.