Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

removeTree does not treat a symlinked root path as a regular directory #15

Open
mlacorte opened this issue May 11, 2015 · 2 comments
Open

Comments

@mlacorte
Copy link

The removeTree documentation says, "If the root path is a symlink, then it will be treated as if it were a regular directory." but the current implementation fails with an inappropriate type (Not a directory) exception when the root path is a symlink on non-Windows systems.

@snoyberg
Copy link
Member

Note that I've just announced that these libraries will be deprecated in favor of filepath and directory: https://plus.google.com/+MichaelSnoyman/posts/Ft5hnPqpgEx

@mlacorte
Copy link
Author

Thanks for the heads-up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants