Module btlib_tests::fs_queries

source ·

Functions

  • Recursively sums up the length of each file stored under the given path and returns the total. Note that if the given path contains hard links, the disk usage for the hard linked file will be counted multiple times, once for each link.
  • Calls the given closure on every entry recursively contained in the given path.