NX-Shell icon indicating copy to clipboard operation
NX-Shell copied to clipboard

Strange behaivior when renaming files

Open cucholix opened this issue 2 years ago • 1 comments

When trying to rename the file "6CA850A07A3497DF.txt" in "sd/atmosphere/contents/0100B04011742000/cheats" to "6CA850A07A3497DF.txt-" or "6CA850A07A3497DF-.txt" it fails to rename it, if I keep trying the file is deleted in the second or third try.

No problems at all with previous NX-Shell (old one before the rewrite).

Looking at the NX-Shell folder and the renamed (deleted) files are in there (?)

cucholix avatar Aug 20 '22 21:08 cucholix

Well since I had to change between the old fs impl to libc's it seems some minor issues occurred. This behaviour is happening because rename failed (?) and I guess its placing it in the current working directory of the executable (NX-Shell).

I'm going to be going on a business trip so I'm not gonna have time to look into this at the moment.

joel16 avatar Aug 20 '22 23:08 joel16