Skip to content

walk and walkfiles

Compare
Choose a tag to compare
@ValentinVignal ValentinVignal released this 27 Apr 07:00
· 7 commits to master since this release

Add the methods

  • .walk(t='epic') to perform an os.walk()
  • .walkfiles(t='epic') to return all the files in a directory + sub directories

Update documentation