Vocabularyio.
pathnamesInputsOutputsWord descriptionOutputs the
file-name of
path with the file extension removed, if any.
ExamplesUSING: io.pathnames prettyprint ;
"/usr/bin/gcc" file-stem .
"gcc"
USING: io.pathnames prettyprint ;
"/home/csi/gui.vbs" file-stem .
"gui"
See alsofile-name,
file-extensionDefinition