get_file_basename#

acoular.tools.utils.get_file_basename(file, alternative_basename='void')

Return the basename of the file.

Parameters:
filestr

File path.

Returns:
str

Basename of the file.