Part of #184. Elides create_dir_with_permissions and create_dirs_with_permissions from scripts/lib/walk in mbland/dev-setup into a single function, @go.create_dirs.
Adds @go.collect_file_paths to collect all the regular file paths within a directory structure.
Also contains a couple of small updates to @go.canonicalize_path:
a small fix to handle root dotfiles ; previously the dots would get stripped off of the beginning
Coverage increased (+0.04%) to 94.835% when pulling b8181a7a3cd9fa7feefe2235786a3ab605090aed on fileutil-module-#184 into ea19376c7f31fc08c65ae2fa888ad40681a238e0 on master.
Part of #184. Elides
create_dir_with_permissions
andcreate_dirs_with_permissions
fromscripts/lib/walk
in mbland/dev-setup into a single function,@go.create_dirs
.Adds
@go.collect_file_paths
to collect all the regular file paths within a directory structure.Also contains a couple of small updates to
@go.canonicalize_path
: