GetFileNameWithoutExtension
Returns the name of a file from the specified path string without the extension.
| SYNTAX |
|
| ARGUMENTS | path Path of the file. |
| RETURN | String containing the result string from GetFileName without the last dot and all following characters. |