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.
get_file_basename#Return the basename of the file.
File path.
Basename of the file.