files module
Test the files, set up logging module.
- test(config_folder: Path, dat_file: str, **files_kw: str | Path) None
Check that given path exists, modify if necessary. Set up logging.
- Parameters:
config_folder (pathlib.Path) – Where the
.tomlis stored. Used to resolve relative paths.dat_file (str) – Path to the
.datfile.files_kw (str) – Other
fileskeyword arguments.