Multi Commander Support Forum

Multi Commander => Support and Feedback => Topic started by: blitz999 on October 12, 2016, 23:44:32

Title: Use of ONLYFILES & ONLYFOLDERS Commands
Post by: blitz999 on October 12, 2016, 23:44:32
Hi,
I've just started using Multi Commander and I am trying to setup buttons to emulate two functions found in Total Commander. These are, 'Select all Files' and 'Select all Folders'. I found an old post stating the two options (ONLYFILES  & ONLYFOLDERS) would be created to accomplish this. Although I have found those two options, I have so far been unable to successfully accomplish this using the MC.Explorer.Select or MC.Explorer.Selection.Select. parameters. I have also been  unable to find examples of these two options in the Multi Commander documentation or on this forum.
Any examples would be greatly appreciated.

Thanks in advance.
Title: Re: Use of ONLYFILES & ONLYFOLDERS Commands
Post by: Jungle on October 13, 2016, 09:58:33
Try adding
Code: [Select]
FILTER=*
So the command should look like
Code: [Select]
MC.Explorer.Select ONLYFOLDERS FILTER=*
Title: Re: Use of ONLYFILES & ONLYFOLDERS Commands
Post by: blitz999 on October 13, 2016, 11:58:40
Thanks Jungle,

Your solution worked :)
I was placing the "FILTER" option ahead of the "ONLYFILES" & "ONLYFOLODERS" options >:(
Thanks once again for your quick reply!