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.
Output(Stem("C:\one\two\file.jpg"));
--> file
最后更新于