Popup a dialog to accept input bookmark and tell all connections jump to this bookmark

Top  Previous  Next

Popup a dialog to accept input bookmark and tell all connections jump to this bookmark

 

Code:

 

defBookmark := '';

if inputQuery('Input bookmark', 'bookmark', defBookmark) then

 RushApp.FTP.CWD('', defBookmark, RS_BOOKMARK);

 

See also

RushApp.FTP.CWD