get_filename_without_extension# ansys.aedt.core.generic.file_utils.get_filename_without_extension(input_file: str | Path) → str# Get the filename without its extension. Parameters: input_filestr or pathlib.PathPath of the file. Returns: strName of the file without extension.