-
Notifications
You must be signed in to change notification settings - Fork 299
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
[IoVM] File moveTo #38
Comments
Why shouldn't it be a name conflict if your trying to move a file on top of one that already exists? |
No idea. I was writing tests for
|
Oh, sorry - I thought you were saying it did raise an exception. |
Seems that either code or documentation should be fixed since they strictly conflict with each other. Later in the code,
|
Ok, lets' change the docs. |
According to the docs:
The realities:
Io> f := File with("test.io") open close
==> File_0x9f73450:
The text was updated successfully, but these errors were encountered: