Firewall - Special characters

Hi everybody!

How to use special characters?

I know how the next special characters works:
? → Any character

  • → Includes all files, included all the files of all subfolders

I don’t know how the next special characters works:
%
|
*|

Thanks a lot!
Xavier

hi @EiPM_XavierColl

We allow to use special characters that are allowed by OS

asterisk symbol is a wildcard. It replaces any set of symbols. ? - any one symbol. For example:

?:\working*

This path matches any file located in folder and subfolders of the folder “working” located in the root of any disk

3 Likes

Thanks a lit for your fast answer @niveditha.balakrishn !

Super interesting! What do they do with the next wild cards?:
|
*| (it’s composed by the character * and | )

Thanks in advance!
Xavier

Hi EiPM_XavierColl,

Thank you for reporting.
Kindly refer the below links to undertand regarding the wildcards.

Thanks
C.O.M.O.D.O RT