Category: Strings
Back to System Functions
StripExt$(path As String)
String
Returns a path with the file extension removed. If the path has no extension, the original path is returned.
basePath$ = StripExt$("assets/sprites/player.png")