thanks. $*PROGRAM.dirname.IO.absolute;
also works, but yours seem better. As a side note, dirname does not return and IO::Path object either. Gabor On Sat, May 27, 2017 at 6:48 PM, Lloyd Fournier <[email protected]> wrote: > I'd use > > $*PROGRAM.absolute.IO.dirname > > I'm not sure why .absolute doesn't return an IO::Path object. Maybe that's > being addressed as part of Zoffix++'s IO work. > > > On Sat, May 27, 2017 at 10:07 PM Gabor Szabo <[email protected]> wrote: >> >> I came up with this: >> >> say $*PROGRAM-NAME.IO.absolute.IO.dirname; >> >> but I wonder if there is a simpler way to do it? >> >> regards >> Gabor
