Skip to main content

Path Without Extension

Category: Files Path Without Extension block screenshot

Returns the full path string with only the final extension removed. Only the final suffix is removed, so `foo.prproj.zip` becomes `foo.prproj`. If the last segment has no extension, the path is returned unchanged.

Inputs

InputRequiredValue KindTypesEnum Values
pathyesexpressionstring

Notes

  • Pure read expression that returns the full path string without its final extension.
  • Removes only the final suffix.