in reply to (golf) Recursively delete empty directories from a tree

Sounds remarkably like the example in my recent post.

Did you think about VMS's multiversioning I wonder?

--
I'm Not Just Another Perl Hacker

  • Comment on Re: (golf) Recursively delete empty directories from a tree

Replies are listed 'Best First'.
Re: Re: (golf) Recursively delete empty directories from a tree
by halley (Prior) on Feb 18, 2004 at 17:07 UTC
    You can't version a directory in VMS, I think. It's been a while, so correct me if I'm wrong. And since he's not interested in removing -f files, or directories which contain them, I think this is a bit different from any 1 while unlink() idiom.

    --
    [ e d @ h a l l e y . c c ]