Contents:
get_paths()
get_header()
Created on Wed Mar 22 19:27:17 2023
@author: 45242
Get full paths for all files in a directory.
directory (str) – Path to the directory
List of full paths to all files in the directory
list
Read header lines from a file.
path (str) – Path to the file
length (int, optional) – Number of header lines to read, by default 2
List of header lines split into components