base.py
25.3 KB
-
Make listdirs(hidden=True) the default uniformly. · f5c98904
This was the case for all but OSFS and ZipFS, and it meant that copydir() would not copy hidden files. If this default isn't desired, walk() needs to grow a hidden=True argument and copydir() needs to use it.
rfkelly0 committed