Author Topic: Use of ONLYFILES & ONLYFOLDERS Commands  (Read 6301 times)

blitz999

  • Newbie
  • *
  • Posts: 7
    • View Profile
Use of ONLYFILES & ONLYFOLDERS Commands
« 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.

Jungle

  • Contributor
  • VIP Member
  • *****
  • Posts: 512
  • Old Skull
    • View Profile
Re: Use of ONLYFILES & ONLYFOLDERS Commands
« Reply #1 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=*

blitz999

  • Newbie
  • *
  • Posts: 7
    • View Profile
Re: Use of ONLYFILES & ONLYFOLDERS Commands
« Reply #2 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!