starling.utilities.check_file_exists

check_file_exists(input_path)[source]

Function to check if a file exists.

Parameters:

path (str) – The path to check.

Returns:

bool

Return type:

True if the file exists, False otherwise.