File Move button

Help with setting up and configuring custom user tools in UltraEdit (based on command line input)

File Move button

Postby caveatrob » Mon Jun 23, 2008 4:13 pm

Is there any way to set up a toolbar button to Move a file? I can rename and delete, but not move.
caveatrob
Basic User
Basic User
 
Posts: 20
Joined: Fri Apr 25, 2008 4:39 pm

Re: File Move button

Postby Mofi » Tue Jun 24, 2008 2:34 am

No! UltraEdit is a text editor and not a file manager - use your file manager. Moving a file requires user interaction because the destination folder must be specified. You can setup a user tool (VB script, batch file) which moves your current file to a folder you specify while executing the tool. It depends on your tool how comfortable selecting/entering the destination folder is. An example for a user tool command line which opens Windows Explorer in tree mode and selects the currently open file in UltraEdit:

C:\Windows\Explorer.exe /e,/select,"%f"

In UE v14.10 you will be able to do such a file move from inside UE with the context menu on Explorer tab in the File Tree View because you will have the possibility to open the Explorer context menu and therefore you can use file cut and file paste.
User avatar
Mofi
Grand Master
Grand Master
 
Posts: 4066
Joined: Thu Jul 29, 2004 11:00 pm
Location: Vienna


Return to Custom User Tools/Tool Configuration