Path Without Extension
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
| Input | Required | Value Kind | Types | Enum Values |
|---|---|---|---|---|
path | yes | expression | string | — |
Notes
- Pure read expression that returns the full path string without its final extension.
- Removes only the final suffix.