Most voted "glob" questions
3 questions
Sort by count of
-
2
votes1
answer620
viewsUsing glob in Python
I am mounting a client that will play the found files in a folder for a SOAP Webservice This Webservice has two methods that we will call MET1 and MET2. When found files end with . XML and start…
-
2
votes0
answers16
viewsHow to ignore test files with glob?
My project is structured more or less like this: dist - * node_modules - * source - *.js - *.spec.js - *.test.js - *.vue - __tests__ tests - *.js - *.spec.js - *.test.js I’m trying to create a glob…
-
0
votes1
answer50
viewsArray and Glob Doubts
I’m wanting to pick up 2 foreach entries and file one based on another, for example. in one foreach I have the value "stackoverflow" and in the other I also have the same, and then one cancels the…