I have stored a stack in a custom property, using
set the cStack of stack "abc" to \
url "binfile:~/desktop.abc.rev"
This opens the stack:
go inv stack (the cStack of this stack)
The stack needs to be hidden. Due to the nature of the project, I can't know the name of the stack in advance, but I need to know its name to use it. I tried to use the openStacks
, because I thought that the last opened stack would appear at the top of the list, but that doesn't work. I also tried the stacks
but that doesn't even contain the name of the stack. The last stack
causes an error.
How can I get the name of the most recently opened stack?