<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://arrow-up-right
Output(Stem("C:\one\two\file.jpg")); --> file
See also: fileext filepart parent root
最后更新于2年前