Skip to main content
12-Amethyst
February 27, 2024
Solved

ISODRAW 7.3 Macro how to find the active file name

  • February 27, 2024
  • 1 reply
  • 1111 views

Hello !

I'm starting with Isodraw Macro, do you know the code to find the active opened file name ?

Thank you

 

Best answer by jsterlin

Finaly found :

app.documents[1].name

 

Have a nice day

1 reply

jsterlin12-AmethystAuthorAnswer
12-Amethyst
February 27, 2024

Finaly found :

app.documents[1].name

 

Have a nice day