javafile-managementjedit

How to Move a File in jEdit


In jEdit, I have a file that I want moved to another directory? I do not see an easy way to do this. Does anybody know how? I already tried looking for a plugin, but to no avail.


Solution

  • The Rename... option on a file can actually also move it around. Not super convenient as you have to type or copy in the path, but at least it works. So to move the file one directory up you could rename it to ../thefile.txt. If folders you want to move to do not exist, jEdit automatically creates them for you.