I have a Perl script that needs to delete a directory with all its contents.
Sometimes this directory contains a junction point into another directory. If I rmtree() naively, the rmtree() call will also delete all the files inside the target folder of the junction. I'm looking for a way to not do that, and instead just remove the junction.
Non Perl solutions would also be appreciated.
-ltest (for symbolic links) work with NTFS junctions? I'd test it but I don't have a Windows box handy. – friedo Jan 4 '10 at 23:50