file_exists_extension_agnostic

ssapy.io.file_exists_extension_agnostic(filename)[source][source]

Check if a file with the given name and any extension exists.

Parameters:

filenamestr

The name of the file to check, without extension.

Returns:

bool

True if a file with the given name and any extension exists, False otherwise.