joel16 / NX-Shell

A multi-purpose file manager for the Nintendo Switch.
GNU General Public License v2.0
948 stars 64 forks source link

Can't replace a same name file #103

Open ni7ht opened 3 years ago

ni7ht commented 3 years ago

It can't process. when copy a file to a directory that contains same name file you just copied.

fennectech commented 3 years ago

Its impossible to have two files that are the same name in the same place

ni7ht commented 3 years ago

I don't want the two files with same name exist in same directory, what i want to do is replace the old file with the new file. I hope NX-Shell have the replace function when i copy and paste a file to the same directory just like N-Xplore do. But i really like NX-Shell.

joel16 commented 3 years ago

I'm currently working on porting things over from imgui(SDL) to imgui(Deko3D). I'll look into this issue while I'm working on this branch. Thanks for the notice.