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

fs.move not working #37

Open
TheAio opened this issue May 17, 2023 · 4 comments
Open

fs.move not working #37

TheAio opened this issue May 17, 2023 · 4 comments
Labels
bug Something isn't working

Comments

@TheAio
Copy link

TheAio commented May 17, 2023

When running fs.move("a","b") i get the error "lua[5]:1: Cannot move files", this also happens if i run "mv a b" in the shell but with the error "/rom/programs/move.lua:38: Cannot move files"

Steps to reproduce this issue:

  1. make a file named "a.lua"
  2. run "mv a.lua b.lua"
@SquidDev
Copy link
Member

// TODO: Implement me again.
throw new FileOperationException("Cannot move files");

Oh yeah, I'd forgotten about this.

@SquidDev SquidDev added the bug Something isn't working label May 17, 2023
@TheAio
Copy link
Author

TheAio commented Mar 21, 2024

Any update on how fixing this is going?

@nasso
Copy link

nasso commented Jul 20, 2024

is this difficult to implement?

@TheAio
Copy link
Author

TheAio commented Aug 9, 2024

Cleaning out my open issues, closing this as stale since the issue still persists and no progress appears to have been made to resolve it at the moment.

@TheAio TheAio closed this as not planned Won't fix, can't repro, duplicate, stale Aug 9, 2024
@SquidDev SquidDev reopened this Aug 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

3 participants