Closed techcodeofficial closed 3 weeks ago
I think this fits with my problem.
Hello acode devloper for fix rename file error in acode you can copy file content and create new file with new name and insert content to new file and delete old file
Nice idea 👍
I will try to implement it but maybe we need to accept some performance decrement but that's acceptable
Yes it's nice Idea 💡 Thank you 🙏
This solution is not ideal for directories, so currently this is added for files only
This solution is not ideal for directories, so currently this is added for files only
If AcodeX plugin is present and it's server is running on Termux, use mv
command
Or (this method could probably cause performance issues if the directory (especially .git
) has a lot of (sometimes large) files):
First is planned but that's plugin related. And second method isn't ideal for directories, there will many new issues/errors
Hello acode devloper for fix rename file error in acode you can copy file content and create new file with new name and insert content to new file and delete old file