We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
headius
Learn more about funding links in repositories.
Report abuse
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
see #1698 for details. in short FileUtils.rm_f delegates to to jnr-posix unlink method which does not work on windows.
FileUtils.rm_f
The text was updated successfully, but these errors were encountered:
Build works. Thanks.
Sorry, something went wrong.
This works using 9.1.9.0 (and later) on Windows 7 (x64)
FileUtils.rm_f "test.txt" # => ["test.txt"]
No branches or pull requests
see #1698 for details. in short
FileUtils.rm_f
delegates to to jnr-posix unlink method which does not work on windows.The text was updated successfully, but these errors were encountered: