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