We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I found Deno.remove() cannot remove symlink file
Deno.remove()
This should be abnormal
Or we should need a Deno.unlink()?
Deno.unlink()
The text was updated successfully, but these errors were encountered:
Is there any error? i've experienced it with another program while running with non administrator permissions.
Sorry, something went wrong.
Hmm I cannot reproduce this issue on my machine... is it on windows?
reproduce step.
echo "hello world" >> test.md ln -s test.md test-link.md echo 'Deno.remove("./test-link.md");' >> test.ts deno test.ts --allow-all
I test again. it works in Deno@0.3.6
Deno@0.3.6
No branches or pull requests
I found
Deno.remove()
cannot remove symlink fileThis should be abnormal
Or we should need a
Deno.unlink()
?The text was updated successfully, but these errors were encountered: