specific selection (predefined selecviton type)

English support forum

Moderators: white, Hacker, petermad, Stefan2

Post Reply
dorwin
Junior Member
Junior Member
Posts: 2
Joined: 2006-02-14, 08:54 UTC

specific selection (predefined selecviton type)

Post by *dorwin »

Hello,

I need to make predefined selection. I need select all files except those, which confirm this mask: *.i, *rp*.*, *iq*.*

is it possible? I have played with "define selection" window - plugin tab but without the results.

is it the same as when I first select "*.i *rp*.* *iq*.*" and then invert selection.

thank you.
User avatar
SanskritFritz
Power Member
Power Member
Posts: 3693
Joined: 2003-07-24, 09:25 UTC
Location: Budapest, Hungary

Post by *SanskritFritz »

Code: Select all

|*.i, *rp*.*, *iq*.*
Findest du in der hilfe sektion Markieren.
I switched to Linux, bye and thanks for all the fish!
dorwin
Junior Member
Junior Member
Posts: 2
Joined: 2006-02-14, 08:54 UTC

Post by *dorwin »

SanskritFritz wrote:

Code: Select all

|*.i, *rp*.*, *iq*.*
Findest du in der hilfe sektion Markieren.
thank you! :) this is exactly what I need
User avatar
SanskritFritz
Power Member
Power Member
Posts: 3693
Joined: 2003-07-24, 09:25 UTC
Location: Budapest, Hungary

Post by *SanskritFritz »

SanskritFritz wrote:Findest du in der hilfe sektion Markieren.
Sorry, it means: you find it in the help, section Mark.
I switched to Linux, bye and thanks for all the fish!
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48093
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

Actually the right syntax is without the commas, just with spaces as separators:

Code: Select all

|*.i *rp*.* *iq*.*
Author of Total Commander
https://www.ghisler.com
User avatar
SanskritFritz
Power Member
Power Member
Posts: 3693
Joined: 2003-07-24, 09:25 UTC
Location: Budapest, Hungary

Post by *SanskritFritz »

Oops, i just put the | to the front, sorry.
I switched to Linux, bye and thanks for all the fish!
Post Reply