Multi Commander > Feature Requests and Suggestions

Load selection from file with paths

(1/1)

buzzico:
Hi,

"Load selection from file" must be able to load a file list with full paths and not only with simple file names.
In this way It is possible to select file with same names from multiple directories.

Thanks,
Alessandro

Mathias (Author):
Maybe..

But you can do that using script now..

Create a UserDefinedCommand of "Multi-Script" type


--- Code: ---@var $currentPath = GetSourcePath();
$currentPath = $currentPath ^ "Selection.lst";

MC.Explorer.Selection.LoadSelectionFromFile FILE="{$currentPath}";
--- End code ---

Assign command to button/hotkey/menu

(You can change "Selection.lst" to whatever you want the filename with selections to be.)

Navigation

[0] Message Index

Go to full version