1
Script / Re: 7-zip profiles vs cmd line 7-zip?
« on: February 10, 2025, 12:50:50 »
Sorry for destroying your Monday morning Mathias.
You pointed me in the right direction.
So I realized what was wrong finally!
I'd used

Thanks for the assist
A bit OT:-
https://multicommander.com/Docs/multiscript/functions/filesystem#deletefiles
Shows RECYLE, should this be amended to RECYCLE? It doesn't appear in the $options debugger output.
If I add NODIALOG & RECYLE it doesn't send to the recycle bin. I thought it would
Lastly .... how do you script to recurse subdirs from GetSourcePath etc?
You pointed me in the right direction.
So I realized what was wrong finally!
I'd used
Code: [Select]
@var $Items = GetSourceItems();
but should have usedCode: [Select]
@var $Items = GetSourceItems(1);

Thanks for the assist

A bit OT:-
https://multicommander.com/Docs/multiscript/functions/filesystem#deletefiles
Shows RECYLE, should this be amended to RECYCLE? It doesn't appear in the $options debugger output.
If I add NODIALOG & RECYLE it doesn't send to the recycle bin. I thought it would

Lastly .... how do you script to recurse subdirs from GetSourcePath etc?