get_bundles#

pyvisgen.utils.data.get_bundles(path: str | Path) array[source]#

Finds all files located in a given directory.

Parameters:
pathstr or Path

Path to the directory containing the bundle files.

Returns:
bundlesndarray

ndarray containing paths to the bundle files.