stem
The non-extension portion of this file or directory component.
Declaration
var stem: String { get }Discussion
Examples:
foo.txt => foofoo.tar.gz => foo.tarFoo.app => Foo.hidden => .hidden.. => ..
The non-extension portion of this file or directory component.
var stem: String { get }Examples:
foo.txt => foo
foo.tar.gz => foo.tar
Foo.app => Foo
.hidden => .hidden
.. => ..