copy-cat icon indicating copy to clipboard operation
copy-cat copied to clipboard

fs.move not working

Open TheAio opened this issue 1 year ago • 4 comments

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"

TheAio avatar May 17 '23 07:05 TheAio

https://github.com/SquidDev-CC/copy-cat/blob/b4494c066c31a598fc56154364784014a6c4dffe/src/main/java/cc/tweaked/web/mount/ComputerAccessMount.java#L43-L44

Oh yeah, I'd forgotten about this.

SquidDev avatar May 17 '23 07:05 SquidDev

Any update on how fixing this is going?

TheAio avatar Mar 21 '24 17:03 TheAio

is this difficult to implement?

nasso avatar Jul 20 '24 17:07 nasso

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 avatar Aug 09 '24 11:08 TheAio