Buck: glob()
Support Ukraine. Help Provide Humanitarian Aid to Ukraine.

glob()

This is liable to change in the future.

Returns a list of files that match glob search pattern.

Arguments

  • include (defaults to None) a list of strings specifying patterns of files to include.
  • exclude (defaults to []) a list of strings specifying patterns of files to exclude.
  • exclude_directories (defaults to True) True indicates directories should not be matched.