FSQuery

ThoughtStorms Wiki

My PythonLanguage library that treats the FileSystem the way JSQuery treats the DOM.

https://github.com/interstar/FSQuery

For example

from fsquery import FSQuery
fsq = FSQuery(path).Match(".js$").NoFollow("vendor").FileOnly()  
for n in fsq :
    print(n.abs)

Backlinks (2 items)