Stem(
     path:path
)
string

Arguments

path

Filename or path.

Return value

Filename component of specified path, without the file extension.

Description

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