Details
Description
PixExOp shall "glob" the filesystem using (extended) Unix-style wildcards:
'**' recursively matches directories and sub-directories;
'*' matches parts or entire path names;
'?' matches single characters;
and character ranges expressed with '[]' will be correctly matched.
'**' recursively matches directories and sub-directories;
'*' matches parts or entire path names;
'?' matches single characters;
and character ranges expressed with '[]' will be correctly matched.
Issue Links
- see also
-
BEAM-1394
Wildcard matching problem with GPF operator 'PixEx'
-