Stem

<evalcmd> Stem && string && Filename component of specified path, without the file extension. && path && path && Filename or path. </evalcmd>

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

最后更新于