Mi script es el siguiente (y solía funcionar pero ya no funciona):
#!/usr/bin/env python
# encoding: utf-8
import os, subprocess
path = "/path/to/dir/" # write your own path here
hide_files = True
for root, dirs, files in os.walk(path):...
hecha
05.04.2016 - 00:26