~~Title: Stem~~
Stem && string && Filename component of specified path, without the file extension. &&
path && path && Filename or path.
Returns the filename component of the specified path (or filename) with the file extension removed.
//Example://
Output(Stem("C:\one\two\file.jpg"));
--> file
//See also://\\
[[fileext]]\\
[[filepart]]\\
[[parent]]\\
[[root]]