Category: Strings
Back to System Functions
FileExt$(path As String)
String
Returns the file extension portion of a path without the leading dot. If the path has no extension, an empty string is returned.
ext$ = FileExt$("assets/sprites/player.png")