You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
205 B

  1. import os
  2. from util import get_drives()
  3. def build(after,*starts):
  4. if starts:
  5. paths = starts
  6. else:
  7. paths = get_drives()
  8. for path in paths:
  9. for root,dirs,files in os.walk(