data_baseutilsget_file_or_folder_that_startswith

get_file_or_folder_that_startswith

data_base.utils.get_file_or_folder_that_startswith(path, startswith)

Get the file or folder in a directory that starts with a certain string

Parameters:
  • path (str) – the path

  • startswith (str) – the string

Returns:

the file or folder

Return type:

str