Re: anyAtFileNodeName question

2017-12-06 Thread Kent Tenney
Thank you! On Wed, Dec 6, 2017 at 12:12 PM, vitalije wrote: > You can use: > c.getNodeFileName(p) > > > to get the full path. > Vitalije > > -- > You received this message because you are subscribed to the Google Groups > "leo-editor" group. > To unsubscribe from this group

Re: anyAtFileNodeName question

2017-12-06 Thread vitalije
You can use: c.getNodeFileName(p) to get the full path. Vitalije -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to leo-editor+unsubscr...@googlegroups.com. To

anyAtFileNodeName question

2017-12-06 Thread Kent Tenney
if current node is @auto /a/b/c.txt anyAtFileNodeName() returns /a/b/c.txt if current node is @path a @path b @auto c.txt the return is c.txt Does Leo have a command for getting the fully qualified name, or do I need to ascend the tree? Thanks, Kent -- You received this message