find str in list of file nodes
daggs <[email protected]>
| Newsgroups | gmane.comp.programming.tools.scons.user |
|---|---|
| Message-ID | <trinity-0c162b9d-95b9-4b56-943c-f175ffdfc8c7-1594831905356@3c-app-mailcom-bs02> |
Greetings, I have an input of list of SCons.Node.FS.File and an path str that I want look for it. is there a prper way t convert and str to SCons.Node.FS.File or I need to convert the entire list to strs? Thanks, Dagg.