View Single Post
Old 06-23-2015, 04:51 PM  
bigstar
FlashFXP Developer
 
bigstar's Avatar
 
Join Date: Oct 2001
Posts: 8,012
Default

You should be able to select the folder from the move dialog or from the dropdown list provided you recently navigated to the folder or selected, the dropdown contains previous selected folders and a copy of the browser dropdown. (there is a bug where the recently navigated folders aren't being added, and it will be fixed in the next build.)

You can also pre-define the default target folder when defining $selectfolder() by passing a 3 parameter as shown below, where I might frequently use this command to move the folder to a sub-folder under /home/ftp/archive/

/set @dst@ $selectfolder("Move Folder and create SymLink", "Select Folder:", "/home/ftp/archive/")

(due to the way the folder select dialog works we can't allow access to the main dialog at the same time.)
bigstar is offline