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

FileUtils.rm_f does not work in windows #1702

Closed
mkristian opened this issue May 16, 2014 · 2 comments
Closed

FileUtils.rm_f does not work in windows #1702

mkristian opened this issue May 16, 2014 · 2 comments

Comments

@mkristian
Copy link
Member

see #1698 for details. in short FileUtils.rm_f delegates to to jnr-posix unlink method which does not work on windows.

@walkeriniraq
Copy link

Build works. Thanks.

@MSNexploder
Copy link
Contributor

This works using 9.1.9.0 (and later) on Windows 7 (x64)

FileUtils.rm_f "test.txt"
# => ["test.txt"]

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

No branches or pull requests

4 participants