Context Menu -> Move/Copy/Backup -> Enter Path
Posted: 17 Jul 2008 15:43
I'd like a way to enter a path for MCB (Move/Copy/Backup to) operations via the context menu.
I always forget that you can't access the main MCB dialogs (Edit -> MCB...) from here, and that's the only way to be able to type in the destination without using scripting. This discontinuity could also be confusing to new users.
Possible Solutions:
A) Update SHBrowseForFolder so it displays an edit field. (BIF_EDITBOX or BIF_USENEWUI flags)
B) Replace Browse For ... Destination with an item to the MCB dialogs.
C) Add an item for the MCB dialogs.
A would solve the problem but it means no access to XY variables, and I don't believe it will create the typed path if it doesn't exist.
I personally prefer B, but I'm sure someone won't like the extra step to get to the folder selection dialog, so C might be best.
I always forget that you can't access the main MCB dialogs (Edit -> MCB...) from here, and that's the only way to be able to type in the destination without using scripting. This discontinuity could also be confusing to new users.
Possible Solutions:
A) Update SHBrowseForFolder so it displays an edit field. (BIF_EDITBOX or BIF_USENEWUI flags)
B) Replace Browse For ... Destination with an item to the MCB dialogs.
C) Add an item for the MCB dialogs.
A would solve the problem but it means no access to XY variables, and I don't believe it will create the typed path if it doesn't exist.
I personally prefer B, but I'm sure someone won't like the extra step to get to the folder selection dialog, so C might be best.