rsatoolbox.util.file_io module

saving to and reading from files

rsatoolbox.util.file_io.remove_file(file: str | Path | IO)[source]

Deletes file from OS if it exists

Parameters:

file (str, Path) – a filename or opened readable file