StripExt$

Category: Strings

Back to System Functions


Signature

StripExt$(path As String)

Returns

String

Description

Returns a path with the file extension removed. If the path has no extension, the original path is returned.

Example

basePath$ = StripExt$("assets/sprites/player.png")