Before, the Folder::unlink() method would recurse into symlinked directories and remove those, causing unwanted side effects if the symlink targets elements outside of the folder, or warnings about elements already being deleted if the targets are inside the folder.
Before, the
Folder::unlink()
method would recurse into symlinked directories and remove those, causing unwanted side effects if the symlink targets elements outside of the folder, or warnings about elements already being deleted if the targets are inside the folder.