s2d2.handler.files

Module Contents

Functions

get_list_files(dat_path, ending)

generate a list with files, with a given ending/extension

s2d2.handler.files.get_list_files(dat_path, ending)[source]

generate a list with files, with a given ending/extension

Parameters:
  • dat_path (string) – path of interest.

  • ending (string) – ending of a file.

Returns:

collection of file names.

Return type:

list