This function searches for files matching the specified patterns and returns
their paths as a character vector, similar to Python's pathlib.Path.glob()
method.
This function searches for files matching the specified patterns and returns
their paths as a character vector, similar to Python's pathlib.Path.glob()
method.