Gets file name without extension from a given file. Given a file path, extracts and returns only the base name portion of the filename, stripping both the directory path and the extension.
- Label: File
- Description: The file path from which to extract the file name without extension.
- Required: Yes
- Default: None
- Constraints: None
Returns a STRING containing the file name without its extension, extracted from the given file path.
Throws BotCommandException on invalid input or internal failure.
