Contents

stem

The non-extension portion of the file or directory last component.

Declaration

var stem: String? { get }

Discussion

Returns nil if lastComponent is nil

  • /tmp/foo.txt => foo

  • /Applications/Foo.app/ => Foo

  • /Applications/Foo.app/bar.txt => bar

  • /tmp/.hidden => .hidden

  • /tmp/.. => ..

  • / => nil